[Python-checkins] cpython (merge 3.5 -> default): Fixed a typo.

serhiy.storchaka python-checkins at python.org
Fri Mar 18 08:38:16 EDT 2016


https://hg.python.org/cpython/rev/b9e92ff0728b
changeset:   100587:b9e92ff0728b
parent:      100585:48e106bf2add
parent:      100586:6597ed952b77
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Mar 18 14:37:53 2016 +0200
summary:
  Fixed a typo.

files:
  Doc/library/logging.handlers.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst
--- a/Doc/library/logging.handlers.rst
+++ b/Doc/library/logging.handlers.rst
@@ -552,7 +552,7 @@
          (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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list