Skip to content

Commit 3798546

Browse files
committed
Doc correction
1 parent a00e21d commit 3798546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py_eddy_tracker/dataset/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ def display(self, ax, name, factor=1, **kwargs):
10791079
:param matplotlib.axes.Axes ax: matplotlib axes used to draw
10801080
:param str,array name: variable to display, could be an array
10811081
:param float factor: multiply grid by
1082-
:param dict kwargs: look at :py:meth:`matplotlib.axes.Axes.pcolormesh`
1082+
:param dict kwargs: look at :py:meth:`matplotlib.axes.Axes.pcolor`
10831083
10841084
.. minigallery:: py_eddy_tracker.UnRegularGridDataset.display
10851085
"""

0 commit comments

Comments
 (0)