summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-10 19:00:15 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-08-10 19:00:15 (GMT)
commit5079fe07fe990e6db9b7c3b2d8702cad06cf2be0 (patch)
tree5e0d1afa3bb153d4cd67aa441ffc6e1502a43821 /Lib/distutils
parent665f24880689f5f23081835aa904f48e4a7f1bf0 (diff)
downloadcpython-5079fe07fe990e6db9b7c3b2d8702cad06cf2be0.zip
cpython-5079fe07fe990e6db9b7c3b2d8702cad06cf2be0.tar.gz
cpython-5079fe07fe990e6db9b7c3b2d8702cad06cf2be0.tar.bz2
Fix typo caught by PyChecker
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 92de935..150fdec 100644
--- a/Lib/distutils/command/bdist_rpm.py
+++ b/Lib/distutils/command/bdist_rpm.py
@@ -167,7 +167,7 @@ class bdist_rpm (Command):
("don't know how to create RPM "
"distributions on platform %s" % os.name)
if self.binary_only and self.source_only:
- raise DistutilsOptionsError, \
+ raise DistutilsOptionError, \
"cannot supply both '--source-only' and '--binary-only'"
# don't pass CFLAGS to pure python distributions