[Python-checkins] cpython (merge 3.4 -> 3.5): rstlint: Fix "default role used" warning
berker.peksag
python-checkins at python.org
Mon Oct 19 20:56:42 EDT 2015
https://hg.python.org/cpython/rev/0adb9460bb74
changeset: 98803:0adb9460bb74
branch: 3.5
parent: 98800:955d3faf727a
parent: 98802:3e42d272c37b
user: Berker Peksag <berker.peksag at gmail.com>
date: Tue Oct 20 03:41:59 2015 +0300
summary:
rstlint: Fix "default role used" warning
This should make buildbots green.
files:
Doc/howto/logging-cookbook.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst
--- a/Doc/howto/logging-cookbook.rst
+++ b/Doc/howto/logging-cookbook.rst
@@ -2304,7 +2304,7 @@
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::
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list