summaryrefslogtreecommitdiff
path: root/doc/extdev/logging.rst
diff options
context:
space:
mode:
authorjfbu <jfbu@free.fr>2018-12-28 12:50:20 +0100
committerjfbu <jfbu@free.fr>2018-12-28 12:50:20 +0100
commit32d57b8637b89cdbd90da748f7cd7cd0e6d7d9f8 (patch)
tree6ec66ea9f429f4853e063a47cf4d2cfcd46bc092 /doc/extdev/logging.rst
parent4f37b3342a2497913258d05cde413242bae543d7 (diff)
parent38c5ec13a54a2b7fcd7e70956ee99a656a651f13 (diff)
downloadsphinx-git-32d57b8637b89cdbd90da748f7cd7cd0e6d7d9f8.tar.gz
Merge branch '1.8'
resolved Conflicts: doc/development/tutorials/todo.rst sphinx/locale/__init__.py sphinx/search/zh.py
Diffstat (limited to 'doc/extdev/logging.rst')
-rw-r--r--doc/extdev/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extdev/logging.rst b/doc/extdev/logging.rst
index 005a2f87a..b66f11dbb 100644
--- a/doc/extdev/logging.rst
+++ b/doc/extdev/logging.rst
@@ -57,7 +57,7 @@ Logging API
**color**
The color of logs. By default, info and verbose level logs are not colored,
- and deug level ones are colored as ``"darkgray"``.
+ and debug level ones are colored as ``"darkgray"``.
.. autofunction:: pending_logging()