From 7d9c705b234ad2ad013db1649e5fd2ffc2a59a75 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Wed, 28 Jun 2000 01:25:27 +0000 Subject: Typo fix. --- Lib/distutils/dist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12