diff -r f1539e7607e4 Doc/howto/logging-cookbook.rst --- a/Doc/howto/logging-cookbook.rst Sat Mar 19 13:16:52 2016 +0200 +++ b/Doc/howto/logging-cookbook.rst Sun Mar 20 00:17:17 2016 -0700 @@ -98,7 +98,7 @@ ----------------------------- 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