summaryrefslogtreecommitdiff
path: root/doc/extdev/logging.rst
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-21 23:13:41 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-26 10:53:53 +0900
commit9b2423c5bb2d1b4067792b4d5823a84984d44139 (patch)
treecd2a0502da574cdf77f67d574a3325597bbe807e /doc/extdev/logging.rst
parent439f32946636c67ce5ce4dfaed799a37632a725f (diff)
downloadsphinx-git-9b2423c5bb2d1b4067792b4d5823a84984d44139.tar.gz
doclinter: restrict by 90 columns
Diffstat (limited to 'doc/extdev/logging.rst')
-rw-r--r--doc/extdev/logging.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extdev/logging.rst b/doc/extdev/logging.rst
index b66f11dbb..e6c4dc66d 100644
--- a/doc/extdev/logging.rst
+++ b/doc/extdev/logging.rst
@@ -56,8 +56,8 @@ Logging API
:meth:`SphinxLoggerAdapter.warning`.
**color**
- The color of logs. By default, info and verbose level logs are not colored,
- and debug level ones are colored as ``"darkgray"``.
+ The color of logs. By default, info and verbose level logs are not
+ colored, and debug level ones are colored as ``"darkgray"``.
.. autofunction:: pending_logging()