summaryrefslogtreecommitdiffstats
path: root/Doc/howto/logging-cookbook.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-05-18 22:38:05 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-05-18 22:38:05 (GMT)
commitfee05daef8b9e0e0977e413260009ebf54bf4486 (patch)
tree9990a0b16bd1c375b112cdb825ab35f977974cf9 /Doc/howto/logging-cookbook.rst
parent5f120fcecbf212b12334229911d21d53535c5096 (diff)
parent315e104d11c36b9f4de0a125d639e834e06ed3e6 (diff)
downloadcpython-fee05daef8b9e0e0977e413260009ebf54bf4486.zip
cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.tar.gz
cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.tar.bz2
Issue #24232: Fix typos. Patch by Ville Skyttä.
Diffstat (limited to 'Doc/howto/logging-cookbook.rst')
-rw-r--r--Doc/howto/logging-cookbook.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst
index e31b6c2..813bc0f 100644
--- a/Doc/howto/logging-cookbook.rst
+++ b/Doc/howto/logging-cookbook.rst
@@ -1417,7 +1417,7 @@ works::
def worker_process(config):
"""
A number of these are spawned for the purpose of illustration. In
- practice, they could be a heterogenous bunch of processes rather than
+ practice, they could be a heterogeneous bunch of processes rather than
ones which are identical to each other.
This initialises logging according to the specified configuration,