We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308caca commit 13584f3Copy full SHA for 13584f3
docs/source/design.rst
@@ -38,7 +38,7 @@ is applied) between artists; each ``Artist`` stores it's data in its own way
38
39
With this view, we can understand the `~matplotlib.artist.Artist.draw` methods
40
to be very extensively `curried
41
-<https://en.wikipedia.org/wiki/Curry_(programming_language)>`__ version of
+<https://en.wikipedia.org/wiki/Currying>`__ version of
42
these function chains where the objects allow us to modify the arguments to the
43
functions.
44
0 commit comments