summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-09-07 02:38:42 (GMT)
committerGreg Ward <gward@python.net>2000-09-07 02:38:42 (GMT)
commit8d5b5ec5139d91af7bf4650ce5760ca61f7bdbf4 (patch)
tree8982fad0104babe9c0ef60864ada661da212c1d2 /Lib/distutils
parent00c09256d5ce014b872253b62e5e11311449327d (diff)
downloadcpython-8d5b5ec5139d91af7bf4650ce5760ca61f7bdbf4.zip
cpython-8d5b5ec5139d91af7bf4650ce5760ca61f7bdbf4.tar.gz
cpython-8d5b5ec5139d91af7bf4650ce5760ca61f7bdbf4.tar.bz2
Typo fix.
Diffstat (limited to 'Lib/distutils')
-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\"]"),