Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12d0124

Browse files
committed
DOC: fix function link in LassoSelector
1 parent b5f14d5 commit 12d0124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ class LassoSelector(AxesWidget):
14331433
"""Selection curve of an arbitrary shape.
14341434
14351435
The selected path can be used in conjunction with
1436-
:function:`~matplotlib.path.Path.contains_point` to select
1436+
:func:`~matplotlib.path.Path.contains_point` to select
14371437
data points from an image.
14381438
14391439
In contrast to :class:`Lasso`, `LassoSelector` is written with an interface

0 commit comments

Comments
 (0)