[Python-checkins] cpython (merge 3.5 -> default): Issue #26593: Fix typo in logging HOWTO

berker.peksag python-checkins at python.org
Sun Mar 20 06:49:57 EDT 2016


https://hg.python.org/cpython/rev/8b85df50d906
changeset:   100611:8b85df50d906
parent:      100609:f1539e7607e4
parent:      100610:8d41ce2cde18
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Mar 20 12:51:16 2016 +0200
summary:
  Issue #26593: Fix typo in logging HOWTO

Patch by Andrew Szeto.

files:
  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
--- a/Doc/howto/logging-cookbook.rst
+++ b/Doc/howto/logging-cookbook.rst
@@ -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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list