summaryrefslogtreecommitdiffstats
path: root/Doc/library/pyclbr.rst
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-09-14 17:13:09 (GMT)
committerPetr Viktorin <encukou@gmail.com>2018-09-14 17:13:09 (GMT)
commit271818fe279df5ab292789f97c3a52c477bd8f13 (patch)
treed53219504a31b64f3f90917577cada08b7bff1cf /Doc/library/pyclbr.rst
parentc9d66f0ed4f07b9d184d22abbfdd4c3c8e2702df (diff)
downloadcpython-271818fe279df5ab292789f97c3a52c477bd8f13.zip
cpython-271818fe279df5ab292789f97c3a52c477bd8f13.tar.gz
cpython-271818fe279df5ab292789f97c3a52c477bd8f13.tar.bz2
Fix "Python" casing in a few places (GH-9001)
Diffstat (limited to 'Doc/library/pyclbr.rst')
-rw-r--r--Doc/library/pyclbr.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/pyclbr.rst b/Doc/library/pyclbr.rst
index ea34dd0..a70c8df 100644
--- a/Doc/library/pyclbr.rst
+++ b/Doc/library/pyclbr.rst
@@ -11,9 +11,9 @@
--------------
The :mod:`pyclbr` module provides limited information about the
-functions, classes, and methods defined in a python-coded module. The
+functions, classes, and methods defined in a Python-coded module. The
information is sufficient to implement a module browser. The
-information is extracted from the python source code rather than by
+information is extracted from the Python source code rather than by
importing the module, so this module is safe to use with untrusted code.
This restriction makes it impossible to use this module with modules not
implemented in Python, including all standard and optional extension