Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7740062

Browse files
Fixed a typo.
1 parent 42f8548 commit 7740062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/logging.handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ supports sending logging messages to a remote or local Unix syslog.
544544
(See: :issue:`12168`.) In earlier versions, the message sent to the
545545
syslog daemons was always terminated with a NUL byte, because early
546546
versions of these daemons expected a NUL terminated message - even
547-
though it's not in the relevant specification (RF 5424). More recent
547+
though it's not in the relevant specification (RFC 5424). More recent
548548
versions of these daemons don't expect the NUL byte but strip it off
549549
if it's there, and even more recent daemons (which adhere more closely
550550
to RFC 5424) pass the NUL byte on as part of the message.

0 commit comments

Comments
 (0)