Skip to content

Commit 9b5235b

Browse files
authored
Fix typo in logging docs (GH-137981)
1 parent d22a745 commit 9b5235b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ Thread Safety
11371137
-------------
11381138

11391139
The logging module is intended to be thread-safe without any special work
1140-
needing to be done by its clients. It achieves this though using threading
1140+
needing to be done by its clients. It achieves this through using threading
11411141
locks; there is one lock to serialize access to the module's shared data, and
11421142
each handler also creates a lock to serialize access to its underlying I/O.
11431143

0 commit comments

Comments
 (0)