summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.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/setup_command.py
parent19c1cf1417e05c065cd73a51f8385f8ffe912281 (diff)
downloadsphinx-ac92e5497ec6704b661ca3e7539ce2799fda2ef4.tar.gz
Reformat to EOL80.
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r--sphinx/setup_command.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py
index c874bdd4..ac395f39 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -84,6 +84,7 @@ class BuildDoc(Command):
from docutils.utils import SystemMessage
if isinstance(err, SystemMessage):
sys.stderr, darkred('reST markup error:')
- print >>sys.stderr, err.args[0].encode('ascii', 'backslashreplace')
+ print >>sys.stderr, err.args[0].encode('ascii',
+ 'backslashreplace')
else:
raise