From 94cb733e83a9048e1de4055ffeafd32f5ce2a99a Mon Sep 17 00:00:00 2001 From: LoipesMas <46327403+LoipesMas@users.noreply.github.com> Date: Thu, 2 Nov 2023 23:47:43 +0100 Subject: [PATCH] Fix typo in documentation of `SysLogHandler.createSocket` (GH-111665) (cherry picked from commit 489b80640ff9c4f10b25da6d562b06c62a10a76b) Co-authored-by: LoipesMas <46327403+LoipesMas@users.noreply.github.com> --- Doc/library/logging.handlers.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index f9b3b9b9abe656..bb30f716dd3d39 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -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