Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b26a776

Browse files
committed
Merge pull request #6548 from mamrehn/patch-1
DOC: Fix typo
1 parent 92d72ea commit b26a776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/movie_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
plt.savefig(fname)
1919
files.append(fname)
2020

21-
print('Making movie animation.mpg - this make take a while')
21+
print('Making movie animation.mpg - this may take a while')
2222
os.system("mencoder 'mf://_tmp*.png' -mf type=png:fps=10 -ovc lavc -lavcopts vcodec=wmv2 -oac copy -o animation.mpg")
2323
#os.system("convert _tmp*.png animation.mng")
2424

0 commit comments

Comments
 (0)