Skip to content

Commit 3532775

Browse files
committed
Remove whitespace
1 parent 4c0cd2a commit 3532775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/shutil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,13 +1064,13 @@ def _set_uid_gid(tarinfo):
10641064
def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0,
10651065
logger=None, owner=None, group=None, root_dir=None):
10661066
"""Create a zip file. Returns the name of the zip file.
1067-
1067+
10681068
- `base_name` is used as the name for the zip file, with a suffix
10691069
of '.zip'.
10701070
- `base_dir` is the directory containing the files to be included
10711071
in the zip file. The zip file is created at the same level in the
10721072
directory structure as `base_dir`.
1073-
1073+
10741074
Symbolic links to files and directories are followed and the
10751075
targets of the links included in the zip file. This matches the
10761076
default behaviour of command-line zip utilities on

0 commit comments

Comments
 (0)