8000 Fix a syntax error in examples (movie_demo.py). · matplotlib/matplotlib@231b7e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 231b7e1

Browse files
committed
Fix a syntax error in examples (movie_demo.py).
1 parent a0d82ac commit 231b7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation/old_animation/movie_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# This is a quick and dirty check; it leaves some spurious output
5050
# for the user to puzzle over.
5151
except OSError:
52-
print not_found_msg
52+
print(not_found_msg)
5353
sys.ex 415B it("quitting\n")
5454

5555

0 commit comments

Comments
 (0)
0