mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Fix typo in documentation of SysLogHandler.createSocket (#111665)
This commit is contained in:
parent
25937e3188
commit
489b80640f
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