commit | ecf41da83e5db98734b19f205899168cc56da943 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Oct 19 16:29:26 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Oct 19 16:29:26 2016 +0300 |
tree | e22e4354b5cc1e47d3781176a203037554eb3474 | |
parent | 9f2e377beb4731c770f1383f2bae92fe1b8cc2e2 [diff] [blame] |
Issue #19795: Mark up None as literal text.
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 82d1308..f72f09f 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst
@@ -764,7 +764,7 @@ The handler's level is set to ``WARNING``, so all events at this and greater severities will be output. -To obtain the pre-3.2 behaviour, ``logging.lastResort`` can be set to *None*. +To obtain the pre-3.2 behaviour, ``logging.lastResort`` can be set to ``None``. .. _library-config: