]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGreg Ward <gward@python.net>
Wed, 28 Jun 2000 01:25:27 +0000 (01:25 +0000)
committerGreg Ward <gward@python.net>
Wed, 28 Jun 2000 01:25:27 +0000 (01:25 +0000)
Lib/distutils/dist.py

index 287137ee13ff38a092018a1b25cec8933e2cf3d4..bb4760657ceca4e48ab6be29acc44fafd29cbdb1 100644 (file)
@@ -730,7 +730,7 @@ class Distribution:
     def reinitialize_command (self, command):
         """Reinitializes a command to the state it was in when first
         returned by 'get_command_obj()': ie., initialized but not yet
-        finalized.  This gives provides the opportunity to sneak option
+        finalized.  This provides the opportunity to sneak option
         values in programmatically, overriding or supplementing
         user-supplied values from the config files and command line.
         You'll have to re-finalize the command object (by calling