Commit 6d74cfe5 authored by Greg Ward's avatar Greg Ward

Typo fix.

parent 834a327e
...@@ -730,7 +730,7 @@ class Distribution: ...@@ -730,7 +730,7 @@ class Distribution:
def reinitialize_command (self, command): def reinitialize_command (self, command):
"""Reinitializes a command to the state it was in when first """Reinitializes a command to the state it was in when first
returned by 'get_command_obj()': ie., initialized but not yet 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 values in programmatically, overriding or supplementing
user-supplied values from the config files and command line. user-supplied values from the config files and command line.
You'll have to re-finalize the command object (by calling You'll have to re-finalize the command object (by calling
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment