summaryrefslogtreecommitdiff
path: root/Lib/distutils
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-12-15 20:26:30 +0000
committerÉric Araujo <merwok@netwok.org>2010-12-15 20:26:30 +0000
commit9f92997f029d770bd38ad285636080eea56344a7 (patch)
tree2221812152a22898d1bb1f77b2f9a308fb8107a2 /Lib/distutils
parent7729cf5cd7a2e626abd04ff6a75e3427bc9cc20b (diff)
downloadcpython-9f92997f029d770bd38ad285636080eea56344a7.tar.gz
Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky.
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/archive_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/archive_util.py b/Lib/distutils/archive_util.py
index 16164c7f1f..6dd0445dbe 100644
--- a/Lib/distutils/archive_util.py
+++ b/Lib/distutils/archive_util.py
@@ -68,7 +68,7 @@ def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0):
def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
"""Create a zip file from all the files under 'base_dir'.
- The output zip file will be named 'base_dir' + ".zip". Uses either the
+ The output zip file will be named 'base_name' + ".zip". Uses either the
"zipfile" Python module (if available) or the InfoZIP "zip" utility
(if installed and found on the default search path). If neither tool is
available, raises DistutilsExecError. Returns the name of the output zip