From f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Mon, 20 Oct 2003 14:01:56 +0000 Subject: Fix a bunch of typos in documentation, docstrings and comments. (From SF patch #810751) --- Lib/distutils/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/cmd.py') diff --git a/Lib/distutils/cmd.py b/Lib/distutils/cmd.py index 7e7a4cd5ff..6e44221eb5 100644 --- a/Lib/distutils/cmd.py +++ b/Lib/distutils/cmd.py @@ -148,7 +148,7 @@ class Command: """Set final values for all the options that this command supports. This is always called as late as possible, ie. after any option assignments from the command-line or from other commands have been - done. Thus, this is the place to to code option dependencies: if + done. Thus, this is the place to code option dependencies: if 'foo' depends on 'bar', then it is safe to set 'foo' from 'bar' as long as 'foo' still has the same value it was assigned in 'initialize_options()'. -- cgit v1.2.1