Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 563c949

Browse files
committed
Issue #26593: Fix typo in logging HOWTO
Patch by Andrew Szeto.
1 parent e3385b4 commit 563c949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)