Commit eef25082 authored by Jason Madden's avatar Jason Madden

Missed one place to ignore the Python 3 return value of write()

parent 63966882
......@@ -118,7 +118,7 @@ As long as the names are unique:
>>> sys.stderr = StringIO()
>>> with open('config', 'w') as f:
... f.write("""
... _ = f.write("""
... <zeo>
... address 8100
... </zeo>
......
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