]> granicus.if.org Git - python/commitdiff
Fix typo caught by PyChecker
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 10 Aug 2001 19:00:15 +0000 (19:00 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 10 Aug 2001 19:00:15 +0000 (19:00 +0000)
Lib/distutils/command/bdist_rpm.py

index 92de935825a8001bc22dae1113de10f1476e5b04..150fdeca622fce50f75476e0559e2c4fa51f1d6c 100644 (file)
@@ -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