summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2014-01-22 18:38:26 +0400
committerDmitry Shachnev <mitya57@gmail.com>2014-01-22 18:38:26 +0400
commitf672d4f39378568370400a488cbe846448bc37ab (patch)
tree68180e49a69a81e8dc343d90c7dcace179f6354e /sphinx/setup_command.py
parentfbc580716c7f453291eb1d9dcf22e6586e828837 (diff)
downloadsphinx-f672d4f39378568370400a488cbe846448bc37ab.tar.gz
Fix formatting
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r--sphinx/setup_command.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py
index 9a863611..02449137 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -163,8 +163,8 @@ class BuildDoc(Command):
from docutils.utils import SystemMessage
if isinstance(err, SystemMessage):
print(darkred('reST markup error:'), file=sys.stderr)
- print(err.args[0].encode('ascii',
- 'backslashreplace'), file=sys.stderr)
+ print(err.args[0].encode('ascii', 'backslashreplace'),
+ file=sys.stderr)
else:
raise