Skip to content

Commit 1dfab7b

Browse files
authored
Merge pull request #13245 from meeseeksmachine/auto-backport-of-pr-13244-on-v3.0.x
Backport PR #13244 on branch v3.0.x (Fix typo)
2 parents 5b18170 + c085096 commit 1dfab7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/animation_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ artist at a global scope and let Python sort things out. For example ::
123123
init_func=init, blit=True)
124124
plt.show()
125125

126-
The second method is to us `functools.partial` to 'bind' artists to
126+
The second method is to use `functools.partial` to 'bind' artists to
127127
function. A third method is to use closures to build up the required
128128
artists and functions. A fourth method is to create a class.
129129

0 commit comments

Comments
 (0)