Skip to content

Commit aa6bb16

Browse files
Apply suggestions from code review
Co-authored-by: Emma Smith <emma@emmatyping.dev>
1 parent fcad6c5 commit aa6bb16

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Doc/library/zipfile.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -818,16 +818,14 @@ Instances have the following methods and attributes:
818818
.. attribute:: ZipInfo.date_time
819819

820820
The time and date of the last modification to the archive member. This is a
821-
tuple of six values representing the "last mod file time" and "last mod file date"
821+
tuple of six values representing the "last [modified] file time" and "last [modified] file date"
822822
fields from the ZIP file's central directory.
823823

824824
.. note::
825825

826826
The ZIP format supports multiple timestamp fields in different locations
827827
(central directory, extra fields for NTFS/UNIX systems, etc.). This attribute
828-
specifically returns the timestamp from the central directory. Future Python
829-
versions may use alternative timestamp sources if they provide better accuracy
830-
or precision.
828+
specifically returns the timestamp from the central directory.
831829

832830
The tuple contains:
833831

0 commit comments

Comments
 (0)