mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Typo fix.
This commit is contained in:
parent
fe9b818b7d
commit
7d9c705b23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue