This commit is contained in:
Fred Drake 2004-06-18 21:28:28 +00:00
parent 4dbda47aea
commit 2b2fe94cde
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def __init__ (self, dist):
# Per-command versions of the global flags, so that the user can
# 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
# false and true (duh). Note that this means figuring out the real
# value of each flag is a touch complicated -- hence "self._dry_run"