Skip to content

Commit

Permalink
Merge pull request #6548 from mamrehn/patch-1
Browse files Browse the repository at this point in the history
DOC: Fix typo
  • Loading branch information
tacaswell committed Jun 28, 2016
1 parent 92d72ea commit b26a776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pylab_examples/movie_demo.py
Expand Up @@ -18,7 +18,7 @@
plt.savefig(fname)
files.append(fname)

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

Expand Down

0 comments on commit b26a776

Please sign in to comment.