Skip to content

Commit 30541f2

Browse files
Fix typo "interruptability" in Logging Cookbook documentation (#154027)
1 parent 223cbff commit 30541f2

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
@@ -1955,7 +1955,7 @@ Subclass ``QueueListener``
19551955
class NNGSocketListener(logging.handlers.QueueListener):
19561956
19571957
def __init__(self, uri, /, *handlers, **kwargs):
1958-
# Have a timeout for interruptability, and open a
1958+
# Have a timeout for interruptibility, and open a
19591959
# subscriber socket
19601960
socket = pynng.Sub0(listen=uri, recv_timeout=500)
19611961
# The b'' subscription matches all topics

0 commit comments

Comments
 (0)