Commit 9089c83f authored by Walter Dörwald's avatar Walter Dörwald

Fix a bunch of typos in documentation, docstrings and comments.

(From SF patch #810751)
parent a17a0b4a
......@@ -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()'.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment