File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ The module defines the following items:
175175
176176.. _zipfile-objects :
177177
178- ZipFile Objects
178+ ZipFile objects
179179---------------
180180
181181
@@ -571,7 +571,7 @@ The following data attributes are also available:
571571
572572.. _path-objects :
573573
574- Path Objects
574+ Path objects
575575------------
576576
577577.. class :: Path(root, at='')
@@ -707,7 +707,7 @@ changes.
707707
708708.. _pyzipfile-objects :
709709
710- PyZipFile Objects
710+ PyZipFile objects
711711-----------------
712712
713713The :class: `PyZipFile ` constructor takes the same parameters as the
@@ -784,7 +784,7 @@ The :class:`PyZipFile` constructor takes the same parameters as the
784784
785785.. _zipinfo-objects :
786786
787- ZipInfo Objects
787+ ZipInfo objects
788788---------------
789789
790790Instances of the :class: `ZipInfo ` class are returned by the :meth: `.getinfo ` and
@@ -954,7 +954,7 @@ Instances have the following methods and attributes:
954954.. _zipfile-commandline :
955955.. program :: zipfile
956956
957- Command-Line Interface
957+ Command-line interface
958958----------------------
959959
960960The :mod: `zipfile ` module provides a simple command-line interface to interact
@@ -1029,7 +1029,7 @@ From file itself
10291029Decompression may fail due to incorrect password / CRC checksum / ZIP format or
10301030unsupported compression method / decryption.
10311031
1032- File System limitations
1032+ File system limitations
10331033~~~~~~~~~~~~~~~~~~~~~~~
10341034
10351035Exceeding limitations on different file systems can cause decompression failed.
You can’t perform that action at this time.
0 commit comments