[Python-checkins] cpython (2.7): Issue #19504: Used American spelling for 'customize'.

vinay.sajip python-checkins at python.org
Fri Nov 15 21:59:02 CET 2013


http://hg.python.org/cpython/rev/e9d9bebb979f
changeset:   87123:e9d9bebb979f
branch:      2.7
parent:      87120:bbb227b96c45
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Fri Nov 15 20:54:15 2013 +0000
summary:
  Issue #19504: Used American spelling for 'customize'.

files:
  Doc/library/logging.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -727,8 +727,8 @@
 
    Return either the standard :class:`Logger` class, or the last class passed to
    :func:`setLoggerClass`. This function may be called from within a new class
-   definition, to ensure that installing a customised :class:`Logger` class will
-   not undo customisations already applied by other code. For example::
+   definition, to ensure that installing a customized :class:`Logger` class will
+   not undo customizations already applied by other code. For example::
 
       class MyLogger(logging.getLoggerClass()):
           # ... override behaviour here

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


More information about the Python-checkins mailing list