8000 Merge pull request #1592 from mgiuca-google/example-syntaxerror · matplotlib/matplotlib@dc1d0ee · GitHub
[go: up one dir, main page]

Skip to content

Commit dc1d0ee

Browse files
committed
Merge pull request #1592 from mgiuca-google/example-syntaxerror
Fix a syntax error in examples (movie_demo.py)
2 parents a0d82ac + 231b7e1 commit dc1d0ee

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.exit("quitting\n")
5454

5555

0 commit comments

Comments
 (0)
0