mirror of
https://github.com/python/cpython.git
synced 2025-09-12 19:57:40 +00:00
fix typo
This commit is contained in:
parent
4dbda47aea
commit
2b2fe94cde
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class Command:
|
||||||
|
|
||||||
# Per-command versions of the global flags, so that the user can
|
# Per-command versions of the global flags, so that the user can
|
||||||
# customize Distutils' behaviour command-by-command and let some
|
# customize Distutils' behaviour command-by-command and let some
|
||||||
# commands fallback on the Distribution's behaviour. None means
|
# commands fall back on the Distribution's behaviour. None means
|
||||||
# "not defined, check self.distribution's copy", while 0 or 1 mean
|
# "not defined, check self.distribution's copy", while 0 or 1 mean
|
||||||
# false and true (duh). Note that this means figuring out the real
|
# false and true (duh). Note that this means figuring out the real
|
||||||
# value of each flag is a touch complicated -- hence "self._dry_run"
|
# value of each flag is a touch complicated -- hence "self._dry_run"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue