Fix typo in documentation of SysLogHandler.createSocket (#111665)

This commit is contained in:
LoipesMas 2023-11-02 23:47:43 +01:00 committed by GitHub
parent 25937e3188
commit 489b80640f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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