Issue #26593: Fix typo in logging HOWTO
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 20 Mar 2016 10:50:56 +0000 (12:50 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 20 Mar 2016 10:50:56 +0000 (12:50 +0200)
Patch by Andrew Szeto.

Doc/howto/logging-cookbook.rst

index 582a034ac6d71c6cde89b9fdab933981bbd1db7b..64f4c543db2aedd0307638705932b20cf9f6a110 100644 (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