diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2014-01-22 18:38:26 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2014-01-22 18:38:26 +0400 |
commit | e7293f1dee54c1fe36d19bdf3512eb11580cbb90 (patch) | |
tree | 68180e49a69a81e8dc343d90c7dcace179f6354e /sphinx/setup_command.py | |
parent | 953b33d3f721e58ab48490d33c141df1e4dd25c1 (diff) | |
download | sphinx-git-e7293f1dee54c1fe36d19bdf3512eb11580cbb90.tar.gz |
Fix formatting
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r-- | sphinx/setup_command.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index 9a863611b..02449137e 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 |