mirror of https://github.com/python/cpython
Fix typo and wording
This commit is contained in:
parent
cc95dd81f3
commit
cc06ad187d
|
@ -27,7 +27,7 @@ class install_distinfo(Command):
|
||||||
('no-record', None,
|
('no-record', None,
|
||||||
"do not generate a RECORD file"),
|
"do not generate a RECORD file"),
|
||||||
('no-resources', None,
|
('no-resources', None,
|
||||||
"do not generate a RESSOURCES list installed file"),
|
"do not generate a RESOURCES file"),
|
||||||
]
|
]
|
||||||
|
|
||||||
boolean_options = ['requested', 'no-record', 'no-resources']
|
boolean_options = ['requested', 'no-record', 'no-resources']
|
||||||
|
|
Loading…
Reference in New Issue