]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Fix typo in documentation of `SysLogHandler.createSocket` (GH-111665) (#111670)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Nov 2023 23:03:02 +0000 (00:03 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 23:03:02 +0000 (23:03 +0000)
(cherry picked from commit 489b80640ff9c4f10b25da6d562b06c62a10a76b)

Doc/library/logging.handlers.rst

index f9b3b9b9abe65673b27a7f73fa46fb33e1ec8ea9..bb30f716dd3d39428988bbbd80af7baee634e01a 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