diff options
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/logging-cookbook.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 582a034..64f4c54 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -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 |