Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/ext/todo.py')
-rw-r--r--sphinx/ext/todo.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/ext/todo.py b/sphinx/ext/todo.py
index 7c1df2c69..4e06aee5a 100644
--- a/sphinx/ext/todo.py
+++ b/sphinx/ext/todo.py
@@ -1,5 +1,4 @@
-"""
- Allow todos to be inserted into your documentation. Inclusion of todos can
+"""Allow todos to be inserted into your documentation. Inclusion of todos can
be switched of by a configuration variable. The todolist directive collects
all todos of your project and lists them along with a backlink to the
original location.