mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed a grab-bag of typos spotted by Rob Hooft.
This commit is contained in:
parent
aa5372caa7
commit
612eb9f58f
9 changed files with 11 additions and 11 deletions
|
@ -55,7 +55,7 @@ class Command:
|
|||
# commands fallback on the Distribution's behaviour. None means
|
||||
# "not defined, check self.distribution's copy", while 0 or 1 mean
|
||||
# false and true (duh). Note that this means figuring out the real
|
||||
# value of each flag is a touch complicatd -- hence "self.verbose"
|
||||
# value of each flag is a touch complicated -- hence "self.verbose"
|
||||
# (etc.) will be handled by __getattr__, below.
|
||||
self._verbose = None
|
||||
self._dry_run = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue