Issue #26593: Fix typo in logging HOWTO

Patch by Andrew Szeto.
This commit is contained in:
Berker Peksag 2016-03-20 12:50:56 +02:00
parent e3385b4e3d
commit 563c949b11

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