[Python-checkins] cpython (2.7): Fix use of default reST role

zach.ware python-checkins at python.org
Thu Nov 5 11:28:35 EST 2015


https://hg.python.org/cpython/rev/692322517a3e
changeset:   98973:692322517a3e
branch:      2.7
parent:      98954:d4b68ac6c4ea
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Nov 05 10:28:18 2015 -0600
summary:
  Fix use of default reST role

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


diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst
--- a/Doc/howto/logging-cookbook.rst
+++ b/Doc/howto/logging-cookbook.rst
@@ -1320,7 +1320,7 @@
     class UTCFormatter(logging.Formatter):
         converter = time.gmtime
 
-and you can then use the `UTCFormatter` in your code instead of
+and you can then use the ``UTCFormatter`` in your code instead of
 :class:`~logging.Formatter`. If you want to do that via configuration, you can
 use the :func:`~logging.config.dictConfig` API with an approach illustrated by
 the following complete example::

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


More information about the Python-checkins mailing list