8000 DOC: fix typo · matplotlib/matplotlib@8aeed7d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8aeed7d

Browse files
tacaswellQuLogic
andauthored
DOC: fix typo
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent b0f7a18 commit 8aeed7d

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
@@ -83,7 +83,7 @@ def test_null_movie_writer(anim):
8383
assert writer.dpi == dpi
8484
assert writer.args == ()
8585
# we enrich the savefig kwargs to ensure we composite transparent
86-
# output to as opaque background
86+
# output to an opaque background
8787
for k, v in savefig_kwargs.items():
8888
assert writer.savefig_kwargs[k] == v
8989
assert writer._count == anim.save_count

0 commit comments

Comments
 (0)
0