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

Skip to content

Commit db6cdf8

Browse files
committed
rstlint: Fix "default role used" warning
This should make buildbots green.
2 parents ca636ea + f84499a commit db6cdf8

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
@@ -2304,7 +2304,7 @@ such as `UTCFormatter`, shown below::
23042304
class UTCFormatter(logging.Formatter):
23052305
converter = time.gmtime
23062306

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

0 commit comments

Comments
 (0)