Issue #26593: Fix typo in logging HOWTO

Patch by Andrew Szeto.
This commit is contained in:
Berker Peksag 2016-03-20 12:51:16 +02:00
commit 5d7286c05d

View file

@ -98,7 +98,7 @@ Logging from multiple threads
-----------------------------
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 threading