]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGreg Ward <gward@python.net>
Thu, 7 Sep 2000 02:38:42 +0000 (02:38 +0000)
committerGreg Ward <gward@python.net>
Thu, 7 Sep 2000 02:38:42 +0000 (02:38 +0000)
Lib/distutils/command/bdist_rpm.py

index 026a3ba4d5a24a607c45044823cc0c759e95ebdc..daf55b766a6e265203af769065255a1d161f214a 100644 (file)
@@ -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\"]"),