diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-03-20 12:50:56 +0200 |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2016-03-20 12:50:56 +0200 |
| commit | 563c949b11100faef670df0978df3525a7c75285 (patch) | |
| tree | 281a78a5af7bf798c078e81b86dcdce2880686e8 | |
| parent | e3385b4e3dc1768709940ef0bab88cd1b11215fa (diff) | |
| download | cpython-git-563c949b11100faef670df0978df3525a7c75285.tar.gz | |
Issue #26593: Fix typo in logging HOWTO
Patch by Andrew Szeto.
| -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 582a034ac6..64f4c543db 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 |
