projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3385b4
)
Issue #26593: Fix typo in logging HOWTO
author
Berker Peksag
<berker.peksag@gmail.com>
Sun, 20 Mar 2016 10:50:56 +0000
(12:50 +0200)
committer
Berker 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
patch
|
blob
|
history
diff --git
a/Doc/howto/logging-cookbook.rst
b/Doc/howto/logging-cookbook.rst
index 582a034ac6d71c6cde89b9fdab933981bbd1db7b..64f4c543db2aedd0307638705932b20cf9f6a110 100644
(file)
--- 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 (init
I
al) thread and another thread::
+shows logging from the main (init
i
al) thread and another thread::
import logging
import threading