]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in `logging` docs (GH-137981)
authorMaximilian Linhoff <maximilian.linhoff@cta-observatory.org>
Wed, 20 Aug 2025 11:07:32 +0000 (13:07 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Aug 2025 11:07:32 +0000 (07:07 -0400)
Doc/library/logging.rst

index e37683e32d01f42790270387ad3d10f66e81dcb5..b3017c1ec70032bfe213e44474c4e4dd7a6b7772 100644 (file)
@@ -1137,7 +1137,7 @@ Thread Safety
 -------------
 
 The logging module is intended to be thread-safe without any special work
-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
 locks; there is one lock to serialize access to the module's shared data, and
 each handler also creates a lock to serialize access to its underlying I/O.