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

Skip to content

Commit 96b439a

Browse files
committed
fix spelling
1 parent 6c6cf91 commit 96b439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_movie_writer_registry():
179179
animation.writers.list() # resets
180180
assert_false(animation.writers._dirty)
181181
assert_false(animation.writers.is_available("ffmpeg"))
182-
# something which is garanteered to be available in path
182+
# something which is guaranteed to be available in path
183183
# and exits immediately
184184
bin = u"true" if sys.platform != 'win32' else u"where"
185185
mpl.rcParams['animation.ffmpeg_path'] = bin

0 commit comments

Comments
 (0)