mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky.
This commit is contained in:
parent
17a59252e8
commit
4433a5fdc0
3 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue