summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorSanchit Khurana <54467174+GeniusLearner@users.noreply.github.com>2019-11-25 22:17:59 (GMT)
committerBrett Cannon <54418+brettcannon@users.noreply.github.com>2019-11-25 22:17:59 (GMT)
commitf8a6316778faff3991144c3aec4fa92d7b30a72b (patch)
tree98cb85c8aba2991605a285d7520ce50be764231c /Doc/library
parentc6a7bdb356835c9d7513b1ea6846683d446fe6c3 (diff)
downloadcpython-f8a6316778faff3991144c3aec4fa92d7b30a72b.zip
cpython-f8a6316778faff3991144c3aec4fa92d7b30a72b.tar.gz
cpython-f8a6316778faff3991144c3aec4fa92d7b30a72b.tar.bz2
bpo-21063: Improve module synopsis for distutils (GH-17363)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/2to3.rst2
-rw-r--r--Doc/library/linecache.rst2
-rw-r--r--Doc/library/statistics.rst2
-rw-r--r--Doc/library/zipimport.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index fa4b0a9..c3ff3e60 100644
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -456,7 +456,7 @@ and off individually. They are described here in more detail.
-------------------------------
.. module:: lib2to3
- :synopsis: the 2to3 library
+ :synopsis: The 2to3 library
.. moduleauthor:: Guido van Rossum
.. moduleauthor:: Collin Winter
diff --git a/Doc/library/linecache.rst b/Doc/library/linecache.rst
index 9278fc0..dd9f4ee 100644
--- a/Doc/library/linecache.rst
+++ b/Doc/library/linecache.rst
@@ -2,7 +2,7 @@
================================================
.. module:: linecache
- :synopsis: This module provides random access to individual lines from text files.
+ :synopsis: Provides random access to individual lines from text files.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst
index a790ed8..4c7239c 100644
--- a/Doc/library/statistics.rst
+++ b/Doc/library/statistics.rst
@@ -2,7 +2,7 @@
=======================================================
.. module:: statistics
- :synopsis: mathematical statistics functions
+ :synopsis: Mathematical statistics functions
.. moduleauthor:: Steven D'Aprano <steve+python@pearwood.info>
.. sectionauthor:: Steven D'Aprano <steve+python@pearwood.info>
diff --git a/Doc/library/zipimport.rst b/Doc/library/zipimport.rst
index 2138697..8ac3fb1 100644
--- a/Doc/library/zipimport.rst
+++ b/Doc/library/zipimport.rst
@@ -2,7 +2,7 @@
=====================================================
.. module:: zipimport
- :synopsis: support for importing Python modules from ZIP archives.
+ :synopsis: Support for importing Python modules from ZIP archives.
.. moduleauthor:: Just van Rossum <just@letterror.com>