From: Greg Ward Date: Thu, 7 Sep 2000 02:38:42 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.0b2~441 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d5b5ec5139d91af7bf4650ce5760ca61f7bdbf4;p=thirdparty%2FPython%2Fcpython.git Typo fix. --- diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py index 026a3ba4d5a2..daf55b766a6e 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\"]"),