mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
[3.12] Fix typo in documentation of SysLogHandler.createSocket
(GH-111665) (#111669)
(cherry picked from commit 489b80640f
)
This commit is contained in:
parent
fcf91cd35f
commit
1c84a48032
1 changed files with 1 additions and 3 deletions
|
@ -656,9 +656,7 @@ supports sending logging messages to a remote or local Unix syslog.
|
|||
to the other end. This method is called during handler initialization,
|
||||
but it's not regarded as an error if the other end isn't listening at
|
||||
this point - the method will be called again when emitting an event, if
|
||||
but it's not regarded as an error if the other end isn't listening yet
|
||||
--- the method will be called again when emitting an event,
|
||||
if there is no socket at that point.
|
||||
there is no socket at that point.
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue