summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/dist.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-06-28 01:25:27 (GMT)
committerGreg Ward <gward@python.net>2000-06-28 01:25:27 (GMT)
commit7d9c705b234ad2ad013db1649e5fd2ffc2a59a75 (patch)
tree026fe8959634cff2689452cf106b6dc0641dd54b /Lib/distutils/dist.py
parentfe9b818b7debc123d7a5791f3c25e6a62283c0f9 (diff)
downloadcpython-7d9c705b234ad2ad013db1649e5fd2ffc2a59a75.zip
cpython-7d9c705b234ad2ad013db1649e5fd2ffc2a59a75.tar.gz
cpython-7d9c705b234ad2ad013db1649e5fd2ffc2a59a75.tar.bz2
Typo fix.
Diffstat (limited to 'Lib/distutils/dist.py')
-rw-r--r--Lib/distutils/dist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py
index 287137e..bb47606 100644
--- a/Lib/distutils/dist.py
+++ b/Lib/distutils/dist.py
@@ -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