From: Andrew M. Kuchling Date: Fri, 10 Aug 2001 19:00:15 +0000 (+0000) Subject: Fix typo caught by PyChecker X-Git-Tag: v2.2a3~670 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5079fe07fe990e6db9b7c3b2d8702cad06cf2be0;p=thirdparty%2FPython%2Fcpython.git Fix typo caught by PyChecker --- diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py index 92de935825a8..150fdeca622f 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