Commit f84499a4 authored by Berker Peksag's avatar Berker Peksag

rstlint: Fix "default role used" warning

This should make buildbots green.
parent 19ff6977
...@@ -2295,7 +2295,7 @@ such as `UTCFormatter`, shown below:: ...@@ -2295,7 +2295,7 @@ such as `UTCFormatter`, shown below::
class UTCFormatter(logging.Formatter): class UTCFormatter(logging.Formatter):
converter = time.gmtime 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 :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 use the :func:`~logging.config.dictConfig` API with an approach illustrated by
the following complete example:: the following complete example::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment