]> granicus.if.org Git - python/commitdiff
rstlint: Fix "default role used" warning
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 20 Oct 2015 00:41:38 +0000 (03:41 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 20 Oct 2015 00:41:38 +0000 (03:41 +0300)
This should make buildbots green.

Doc/howto/logging-cookbook.rst

index b89a501e13824bfa1131196c7cc29bc868cd669d..af888c2b24295949f86f1327bfce0c9f94436a44 100644 (file)
@@ -2295,7 +2295,7 @@ such as `UTCFormatter`, shown below::
     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::