Commit 8d5b5ec5 authored by Greg Ward's avatar Greg Ward

Typo fix.

parent 00c09256
...@@ -43,7 +43,7 @@ class bdist_rpm (Command): ...@@ -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\"]"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment