Commit 6afafc7e authored by Vinay Sajip's avatar Vinay Sajip

Issue #19504: Used American spelling for 'customize'.

parent 47fe4684
......@@ -727,8 +727,8 @@ functions.
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment