]> granicus.if.org Git - python/commitdiff
Fix use of default reST role
authorZachary Ware <zachary.ware@gmail.com>
Thu, 5 Nov 2015 16:28:18 +0000 (10:28 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 5 Nov 2015 16:28:18 +0000 (10:28 -0600)
Doc/howto/logging-cookbook.rst

index 8743eedf710759bbd65da26f220c4c23a67424e5..45fd7796f8f658170b59b326b550ffcefdbf10d6 100644 (file)
@@ -1320,7 +1320,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::