We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
logging
1 parent d22a745 commit 9b5235bCopy full SHA for 9b5235b
Doc/library/logging.rst
@@ -1137,7 +1137,7 @@ Thread Safety
1137
-------------
1138
1139
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
+needing to be done by its clients. It achieves this through using threading
1141
locks; there is one lock to serialize access to the module's shared data, and
1142
each handler also creates a lock to serialize access to its underlying I/O.
1143
0 commit comments