summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2011-01-29 22:27:16 +0100
committer?ric Araujo <merwok@netwok.org>2011-01-29 22:27:16 +0100
commit36dfd2a35c51a6e0b201cc0129f51bf9d019e564 (patch)
tree76de01ffc8905635c825af26869ce58add66415b /docs/source
parentb3c965c86f9acc14509ba570b35773d3fbe6786d (diff)
downloaddisutils2-36dfd2a35c51a6e0b201cc0129f51bf9d019e564.tar.gz
Fix wrong name in docstring and doc (port of r87277).
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/distutils/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/distutils/apiref.rst b/docs/source/distutils/apiref.rst
index c43ec2e..6951d84 100644
--- a/docs/source/distutils/apiref.rst
+++ b/docs/source/distutils/apiref.rst
@@ -888,7 +888,7 @@ tarballs or zipfiles.
.. function:: make_zipfile(base_name, base_dir[, verbose=0, dry_run=0])
Create a zip file from all files in and under *base_dir*. The output zip file
- will be named *base_dir* + :file:`.zip`. Uses either the :mod:`zipfile` Python
+ will be named *base_name* + :file:`.zip`. Uses either the :mod:`zipfile` Python
module (if available) or the InfoZIP :file:`zip` utility (if installed and
found on the default search path). If neither tool is available, raises
:exc:`DistutilsExecError`. Returns the name of the output zip file.