Skip to content

Commit 7ec424a

Browse files
jklymakQuLogic
andauthored
Update lib/mpl_toolkits/axisartist/grid_finder.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 8840d6e commit 7ec424a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/axisartist/grid_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(self, forward, backward):
102102
Parameters
103103
----------
104104
forward, backward : callable
105-
The forward and backward transforms, as taking ``x`` and ``y`` as
105+
The forward and backward transforms, taking ``x`` and ``y`` as
106106
separate arguments and returning ``(tr_x, tr_y)``.
107107
"""
108108
# The normal Matplotlib convention would be to take and return an

0 commit comments

Comments
 (0)