mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix typo and wording
This commit is contained in:
parent
cc95dd81f3
commit
cc06ad187d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class install_distinfo(Command):
|
|||
('no-record', None,
|
||||
"do not generate a RECORD file"),
|
||||
('no-resources', None,
|
||||
"do not generate a RESSOURCES list installed file"),
|
||||
"do not generate a RESOURCES file"),
|
||||
]
|
||||
|
||||
boolean_options = ['requested', 'no-record', 'no-resources']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue