Thanks to visit codestin.com Credit goes to github.com
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 2fe337c commit ea03fb5Copy full SHA for ea03fb5
1 file changed
doc/api/animation_api.rst
@@ -122,7 +122,7 @@ artist at a global scope and let Python sort things out. For example ::
122
init_func=init, blit=True)
123
plt.show()
124
125
-The second method is to us `functools.partial` to 'bind' artists to
+The second method is to use `functools.partial` to 'bind' artists to
126
function. A third method is to use closures to build up the required
127
artists and functions. A fourth method is to create a class.
128
0 commit comments