Commit 563c949b authored by Berker Peksag's avatar Berker Peksag

Issue #26593: Fix typo in logging HOWTO

Patch by Andrew Szeto.
parent e3385b4e
...@@ -98,7 +98,7 @@ Logging from multiple threads ...@@ -98,7 +98,7 @@ Logging from multiple threads
----------------------------- -----------------------------
Logging from multiple threads requires no special effort. The following example Logging from multiple threads requires no special effort. The following example
shows logging from the main (initIal) thread and another thread:: shows logging from the main (initial) thread and another thread::
import logging import logging
import threading import threading
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment