Commit 11b95fbe authored by Fred Drake's avatar Fred Drake

fix typo

parent b77c43ae
......@@ -592,7 +592,7 @@ def _update(d1, d2):
return d1
def _error(*message):
sys.syderr.write(' '.join(message) +'\n')
sys.stderr.write(' '.join(message) +'\n')
sys.exit(1)
def main(args=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment