8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d253209 commit 656b711Copy full SHA for 656b711
doc/api/animation_api.rst
@@ -123,7 +123,7 @@ artist at a global scope and let Python sort things out. For example ::
123
init_func=init, blit=True)
124
plt.show()
125
126
-The second method is to us `functools.partial` to 'bind' artists to
+The second method is to use `functools.partial` to 'bind' artists to
127
function. A third method is to use closures to build up the required
128
artists and functions. A fourth method is to create a class.
129
0 commit comments