]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in documentation of `SysLogHandler.createSocket` (#111665)
authorLoipesMas <46327403+LoipesMas@users.noreply.github.com>
Thu, 2 Nov 2023 22:47:43 +0000 (23:47 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 22:47:43 +0000 (22:47 +0000)
Doc/library/logging.handlers.rst

index 2a825db54aed5cb0b1b83c3f30e42aeab2b5f9b3..2dd4bd081b0429c8ace7cd3ab55eb1eca8034caa 100644 (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