diff options
author | Greg Ward <gward@python.net> | 2000-09-07 02:38:42 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-09-07 02:38:42 (GMT) |
commit | 8d5b5ec5139d91af7bf4650ce5760ca61f7bdbf4 (patch) | |
tree | 8982fad0104babe9c0ef60864ada661da212c1d2 | |
parent | 00c09256d5ce014b872253b62e5e11311449327d (diff) | |
download | cpython-8d5b5ec5139d91af7bf4650ce5760ca61f7bdbf4.zip cpython-8d5b5ec5139d91af7bf4650ce5760ca61f7bdbf4.tar.gz cpython-8d5b5ec5139d91af7bf4650ce5760ca61f7bdbf4.tar.bz2 |
Typo fix.
-rw-r--r-- | Lib/distutils/command/bdist_rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py index 026a3ba..daf55b7 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\"]"), |