summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/distutils/command/bdist_rpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py
index 026a3ba..daf55b7 100644
--- a/Lib/distutils/command/bdist_rpm.py
+++ b/Lib/distutils/command/bdist_rpm.py
@@ -43,7 +43,7 @@ class bdist_rpm (Command):
# info in setup.cfg, although they are of course free to
# supply it on the command line.
('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!)"),
('group', None,
"package classification [default: \"Development/Libraries\"]"),