mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
Typo fix.
This commit is contained in:
parent
00c09256d5
commit
8d5b5ec513
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class bdist_rpm (Command):
|
||||||
# info in setup.cfg, although they are of course free to
|
# info in setup.cfg, although they are of course free to
|
||||||
# supply it on the command line.
|
# supply it on the command line.
|
||||||
('distribution-name', None,
|
('distribution-name', None,
|
||||||
"name of the (Linux) distribution name to which this "
|
"name of the (Linux) distribution to which this "
|
||||||
"RPM applies (*not* the name of the module distribution!)"),
|
"RPM applies (*not* the name of the module distribution!)"),
|
||||||
('group', None,
|
('group', None,
|
||||||
"package classification [default: \"Development/Libraries\"]"),
|
"package classification [default: \"Development/Libraries\"]"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue