Skip to content

Commit b5e2a7f

Browse files
[3.14] Fix typo "interruptability" in Logging Cookbook documentation (GH-154027) (#154067)
(cherry picked from commit 30541f2) Co-authored-by: Michael Newman <michael.b.newman@gmail.com>
1 parent 64bccca commit b5e2a7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/logging-cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ Subclass ``QueueListener``
19601960
class NNGSocketListener(logging.handlers.QueueListener):
19611961
19621962
def __init__(self, uri, /, *handlers, **kwargs):
1963-
# Have a timeout for interruptability, and open a
1963+
# Have a timeout for interruptibility, and open a
19641964
# subscriber socket
19651965
socket = pynng.Sub0(listen=uri, recv_timeout=500)
19661966
# The b'' subscription matches all topics

0 commit comments

Comments
 (0)