[3.12] Fix typo in documentation of SysLogHandler.createSocket (GH-111665) (#111669)

(cherry picked from commit 489b80640f)
This commit is contained in:
Miss Islington (bot) 2023-11-02 23:58:20 +01:00 committed by GitHub
parent fcf91cd35f
commit 1c84a48032
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