Skip to content

Commit 466b398

Browse files
committed
Comment typo fix
1 parent d96672d commit 466b398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/atexit-example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# foreground thread, the sync API didn't work in this scenario.
1818
# In 1.5.0, the sync message reception was reworked to queue messages entirely
1919
# in the async background thread with blocking async queue reads, eliminating
20-
# the blocking queue write options, and allowing the client to continue running
20+
# the blocking queue write operations, and allowing the client to continue running
2121
# in atexit threads
2222
def access_default_client(client: lms.Client):
2323
"""Ensure default client can be accessed from an atexit hook."""

0 commit comments

Comments
 (0)