Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f84499a

Browse files
committed
rstlint: Fix "default role used" warning
This should make buildbots green.
1 parent 19ff697 commit f84499a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/logging-cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,7 @@ such as `UTCFormatter`, shown below::
22952295
class UTCFormatter(logging.Formatter):
22962296
converter = time.gmtime
22972297

2298-
and you can then use the `UTCFormatter` in your code instead of
2298+
and you can then use the ``UTCFormatter`` in your code instead of
22992299
:class:`~logging.Formatter`. If you want to do that via configuration, you can
23002300
use the :func:`~logging.config.dictConfig` API with an approach illustrated by
23012301
the following complete example::

0 commit comments

Comments
 (0)