]> granicus.if.org Git - python/commitdiff
fix typo
authorFred Drake <fdrake@acm.org>
Fri, 18 Jun 2004 21:28:28 +0000 (21:28 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 18 Jun 2004 21:28:28 +0000 (21:28 +0000)
Lib/distutils/cmd.py

index fef49390da5d3008df1d841a4dccefcaf57b8f3e..93624104871514ef0482bfcd1827483f54c008f5 100644 (file)
@@ -68,7 +68,7 @@ class Command:
 
         # 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"