summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.handlers.rst
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-11-15 20:58:47 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-11-15 20:58:47 (GMT)
commit56b04352f8d1ef4a3c625b52a92ad1bae99ed022 (patch)
treecbfacd9cfae9ed6d0ace2ae5094434251172d28a /Doc/library/logging.handlers.rst
parent5e75829ec300733dc0b81a36d6db69b823cf9da8 (diff)
parent9c10d6b8000e445093e73c295ad87b5e081902f7 (diff)
downloadcpython-56b04352f8d1ef4a3c625b52a92ad1bae99ed022.zip
cpython-56b04352f8d1ef4a3c625b52a92ad1bae99ed022.tar.gz
cpython-56b04352f8d1ef4a3c625b52a92ad1bae99ed022.tar.bz2
Issue #19504: Used American spelling for 'customize'.
Diffstat (limited to 'Doc/library/logging.handlers.rst')
-rw-r--r--Doc/library/logging.handlers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst
index f52060a..04d0f27 100644
--- a/Doc/library/logging.handlers.rst
+++ b/Doc/library/logging.handlers.rst
@@ -904,7 +904,7 @@ possible, while any potentially slow operations (such as sending an email via
Enqueues the record on the queue using ``put_nowait()``; you may
want to override this if you want to use blocking behaviour, or a
- timeout, or a customised queue implementation.
+ timeout, or a customized queue implementation.