Skip to content

Commit f60d8e7

Browse files
committed
Fix contour return link
1 parent 4536165 commit f60d8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ def _initialize_x_y(self, z):
16791679
16801680
Returns
16811681
-------
1682-
:class:`~matplotlib.contour.QuadContourSet`
1682+
c : `~.contour.QuadContourSet`
16831683
16841684
Other Parameters
16851685
----------------

0 commit comments

Comments
 (0)