Skip to content

Commit a26c662

Browse files
committed
Sentence case headings
1 parent 7b654ee commit a26c662

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/library/zipfile.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

713713
The :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

790790
Instances 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

960960
The :mod:`zipfile` module provides a simple command-line interface to interact
@@ -1029,7 +1029,7 @@ From file itself
10291029
Decompression may fail due to incorrect password / CRC checksum / ZIP format or
10301030
unsupported compression method / decryption.
10311031

1032-
File System limitations
1032+
File system limitations
10331033
~~~~~~~~~~~~~~~~~~~~~~~
10341034

10351035
Exceeding limitations on different file systems can cause decompression failed.

0 commit comments

Comments
 (0)