summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-21 20:30:53 +0200
committerGeorg Brandl <georg@python.org>2010-08-21 20:30:53 +0200
commitde96a23f1962bdb4a7338882c01a87fc5aa38de9 (patch)
treebb6a45772193df10adf42d8ec3bdb55eab693917 /sphinx
parent232a6b128200d1162c1e4026ba3569b9b866b535 (diff)
parent5bb420f524e209d559d6d85d8edcc888c234e786 (diff)
downloadsphinx-de96a23f1962bdb4a7338882c01a87fc5aa38de9.tar.gz
merge with 1.0
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/setup_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py
index e2d83bc6..8974b988 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -144,7 +144,7 @@ class BuildDoc(Command):
except Exception, err:
from docutils.utils import SystemMessage
if isinstance(err, SystemMessage):
- sys.stderr, darkred('reST markup error:')
+ print >>sys.stderr, darkred('reST markup error:')
print >>sys.stderr, err.args[0].encode('ascii',
'backslashreplace')
else: