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

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


https://hg.python.org/cpython/rev/e350413961be
changeset:   98804:e350413961be
parent:      98801:04314479af0b
parent:      98803:0adb9460bb74
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Oct 20 03:42:17 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
@@ -2304,7 +2304,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