]> granicus.if.org Git - python/commitdiff
Fixed a typo.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Mar 2016 12:36:47 +0000 (14:36 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Mar 2016 12:36:47 +0000 (14:36 +0200)
Doc/library/logging.handlers.rst

index 0edc942caa9db05590cdacee214cbf688f28c5c5..629cd34d49c3b1933f87229375ac3129b67579cd 100644 (file)
@@ -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.