diff options
Diffstat (limited to 'Doc/library/syslog.rst')
-rw-r--r-- | Doc/library/syslog.rst | 2 |
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() |