8000 Issue #26593: Fix typo in logging HOWTO · python/cpython@818101e · GitHub
[go: up one dir, main page]

Skip to content

Commit 818101e

Browse files
committed
Issue #26593: Fix typo in logging HOWTO
Patch by Andrew Szeto.
2 parents 2b79338 + 5a4b837 commit 818101e

File tree

Collapse file tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/logging-cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Logging from multiple threads
9898
-----------------------------
9999

100100
Logging from multiple threads requires no special effort. The following example
101-
shows logging from the main (initIal) thread and another thread::
101+
shows logging from the main (initial) thread and another thread::
102102

103103
import logging
104104
import threading

0 commit comments

Comments
 (0)
0