We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c89b74 + e83f950 commit 01c54c5Copy full SHA for 01c54c5
examples.py
@@ -191,4 +191,4 @@ def example17():
191
try:
192
for example in examples: example()
193
except KeyboardInterrupt:
194
- sys.stdout('\nQuitting examples.\n')
+ sys.stdout.write('\nQuitting examples.\n')
0 commit comments