Thanks to visit codestin.com Credit goes to github.com
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 30588d5 commit 34afba4Copy full SHA for 34afba4
1 file changed
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