Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f8548 commit 7740062Copy full SHA for 7740062
1 file changed
Doc/library/logging.handlers.rst
@@ -544,7 +544,7 @@ supports sending logging messages to a remote or local Unix syslog.
544
(See: :issue:`12168`.) In earlier versions, the message sent to the
545
syslog daemons was always terminated with a NUL byte, because early
546
versions of these daemons expected a NUL terminated message - even
547
- though it's not in the relevant specification (RF 5424). More recent
+ though it's not in the relevant specification (RFC 5424). More recent
548
versions of these daemons don't expect the NUL byte but strip it off
549
if it's there, and even more recent daemons (which adhere more closely
550
to RFC 5424) pass the NUL byte on as part of the message.
0 commit comments