Skip to content

Commit afb06e9

Browse files
authored
Update Doc/library/zipfile.rst
1 parent 98f4a10 commit afb06e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/zipfile.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,9 @@ ZipFile objects
537537
a :exc:`RuntimeError` was raised.
538538

539539
.. versionchanged:: 3.14
540-
Now respects the :envvar:`SOURCE_DATE_EPOCH` environment variable. If set, it uses this
541-
value as the modification timestamp for the file written into the ZIP archive,
542-
instead of using the current time.
540+
Now respects the :envvar:`SOURCE_DATE_EPOCH` environment variable.
541+
If set, it uses this value as the modification timestamp for the file
542+
written into the ZIP archive, instead of using the current time.
543543

544544
.. method:: ZipFile.mkdir(zinfo_or_directory, mode=511)
545545

0 commit comments

Comments
 (0)