diff options
author | LoipesMas <46327403+LoipesMas@users.noreply.github.com> | 2023-11-02 22:47:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 22:47:43 (GMT) |
commit | 489b80640ff9c4f10b25da6d562b06c62a10a76b (patch) | |
tree | e76ece2de49663cc2614f1e66611c6cc79a0f1ff /Doc | |
parent | 25937e31883862c8f290bfb1f3b8ba0cd16675b3 (diff) | |
download | cpython-489b80640ff9c4f10b25da6d562b06c62a10a76b.zip cpython-489b80640ff9c4f10b25da6d562b06c62a10a76b.tar.gz cpython-489b80640ff9c4f10b25da6d562b06c62a10a76b.tar.bz2 |
Fix typo in documentation of `SysLogHandler.createSocket` (#111665)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/logging.handlers.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 2a825db..2dd4bd0 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 |