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

Skip to content

Commit ea03fb5

Browse files
authored
Fix typo
1 parent 2fe337c commit ea03fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/animation_api.rst

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

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

0 commit comments

Comments
 (0)