summaryrefslogtreecommitdiff
path: root/sphinx/ext/todo.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-10 21:23:39 +0100
committerGeorg Brandl <georg@python.org>2009-01-10 21:23:39 +0100
commitac92e5497ec6704b661ca3e7539ce2799fda2ef4 (patch)
treec092aa25daf519398c0d6cc84f85a568cf26440e /sphinx/ext/todo.py
parent19c1cf1417e05c065cd73a51f8385f8ffe912281 (diff)
downloadsphinx-ac92e5497ec6704b661ca3e7539ce2799fda2ef4.tar.gz
Reformat to EOL80.
Diffstat (limited to 'sphinx/ext/todo.py')
-rw-r--r--sphinx/ext/todo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/ext/todo.py b/sphinx/ext/todo.py
index dac90660..b7a8d500 100644
--- a/sphinx/ext/todo.py
+++ b/sphinx/ext/todo.py
@@ -72,8 +72,8 @@ def process_todo_nodes(app, doctree, fromdocname):
para = nodes.paragraph()
filename = env.doc2path(todo_info['docname'], base=None)
description = (
- _('(The original entry is located in %s, line %d and can be found ') %
- (filename, todo_info['lineno']))
+ _('(The original entry is located in %s, line %d and '
+ 'can be found ') % (filename, todo_info['lineno']))
para += nodes.Text(description, description)
# Create a reference