[Python-checkins] cpython (3.4): rstlint: Fix "default role used" warning

berker.peksag python-checkins at python.org
Mon Oct 19 20:42:12 EDT 2015


https://hg.python.org/cpython/rev/3e42d272c37b
changeset:   98802:3e42d272c37b
branch:      3.4
parent:      98797:d91208957e4e
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Oct 20 03:41:38 2015 +0300
summary:
  rstlint: Fix "default role used" warning

This should make buildbots green.

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
@@ -2295,7 +2295,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