1 parent 9b5f02e commit 0fadbedCopy full SHA for 0fadbed
1 file changed
examples.py
@@ -209,4 +209,4 @@ def example19():
209
try:
210
for example in examples: example()
211
except KeyboardInterrupt:
212
- sys.stdout('\nQuitting examples.\n')
+ sys.stdout.write('\nQuitting examples.\n')
0 commit comments