mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix a few typos
This commit is contained in:
parent
84ed8f7075
commit
bfc972974b
4 changed files with 4 additions and 4 deletions
|
|
@ -368,7 +368,7 @@ actions = [
|
|||
('list', 'List installed projects', _list),
|
||||
('graph', 'Display a graph', _graph),
|
||||
('create', 'Create a project', _create),
|
||||
('generate-setup', 'Generate a backward-comptatible setup.py', _generate),
|
||||
('generate-setup', 'Generate a backward-compatible setup.py', _generate),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1066,7 +1066,7 @@ class saved_test_environment:
|
|||
keys = set(packaging.command._COMMANDS)
|
||||
return id_, keys
|
||||
def restore_packaging_command__COMMANDS(self, saved):
|
||||
# if command._COMMANDS was bound to another dict obhect, we can't
|
||||
# if command._COMMANDS was bound to another dict object, we can't
|
||||
# restore the previous object and contents, because the get_ method
|
||||
# above does not return the dict object (to ignore changes in values)
|
||||
for key in packaging.command._COMMANDS.keys() - saved[1]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue