Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use double backticks to placate sphinx-lint.
  • Loading branch information
vsajip committed Jan 29, 2025
commit 603596ff90bee2dd48fc59bc20483be830c7a262
2 changes: 1 addition & 1 deletion Doc/library/logging.handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ supports sending logging messages to a remote or local Unix syslog.
daemons such as rsyslog), specify a value of :const:`socket.SOCK_STREAM`.
If *timeout* is specified, it sets a timeout (in seconds) for the socket operations.
This can help prevent the program from hanging indefinitely if the syslog server is
unreachable. By default, *timeout* is `None`, meaning no timeout is applied.
unreachable. By default, *timeout* is ``None``, meaning no timeout is applied.



Expand Down