summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.handlers.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-03-18 12:36:47 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-03-18 12:36:47 (GMT)
commit774006232a0923d43c30cf233c5dee210bbb3bcf (patch)
tree64b381abe1a756fca7cb2b2ca96d9e59f6d26ccf /Doc/library/logging.handlers.rst
parent42f8548c89297d746df47294623d8b5ef6a8cf2f (diff)
downloadcpython-774006232a0923d43c30cf233c5dee210bbb3bcf.zip
cpython-774006232a0923d43c30cf233c5dee210bbb3bcf.tar.gz
cpython-774006232a0923d43c30cf233c5dee210bbb3bcf.tar.bz2
Fixed a typo.
Diffstat (limited to 'Doc/library/logging.handlers.rst')
-rw-r--r--Doc/library/logging.handlers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst
index 0edc942..629cd34 100644
--- a/Doc/library/logging.handlers.rst
+++ b/Doc/library/logging.handlers.rst
@@ -544,7 +544,7 @@ supports sending logging messages to a remote or local Unix syslog.
(See: :issue:`12168`.) In earlier versions, the message sent to the
syslog daemons was always terminated with a NUL byte, because early
versions of these daemons expected a NUL terminated message - even
- though it's not in the relevant specification (RF 5424). More recent
+ though it's not in the relevant specification (RFC 5424). More recent
versions of these daemons don't expect the NUL byte but strip it off
if it's there, and even more recent daemons (which adhere more closely
to RFC 5424) pass the NUL byte on as part of the message.