summaryrefslogtreecommitdiffstats
path: root/Doc/library/syslog.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/syslog.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/syslog.rst')
-rw-r--r--Doc/library/syslog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/syslog.rst b/Doc/library/syslog.rst
index af3fb9b..7151527 100644
--- a/Doc/library/syslog.rst
+++ b/Doc/library/syslog.rst
@@ -48,7 +48,7 @@ The module defines the following functions:
.. versionchanged:: 3.2
In previous versions, keyword arguments were not allowed, and *ident* was
required. The default for *ident* was dependent on the system libraries,
- and often was ``python`` instead of the name of the python program file.
+ and often was ``python`` instead of the name of the Python program file.
.. function:: closelog()