Skip to content

Commit 01c54c5

Browse files
Merge pull request #2 from netspyer/patch-1
Update examples.py
2 parents 1c89b74 + e83f950 commit 01c54c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ def example17():
191191
try:
192192
for example in examples: example()
193193
except KeyboardInterrupt:
194-
sys.stdout('\nQuitting examples.\n')
194+
sys.stdout.write('\nQuitting examples.\n')

0 commit comments

Comments
 (0)