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

Skip to content

Commit 322c75f

Browse files
committed
DOC: patch up docstring on Artist.pick
If the first line ends in '::', automsummary generates invalid rst
1 parent f893dc3 commit 322c75f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/artist.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@ def pickable(self):
426426
self._picker is not None)
427427

428428
def pick(self, mouseevent):
429-
"""
429+
"""Process pick event
430+
430431
call signature::
431432
432433
pick(mouseevent)

0 commit comments

Comments
 (0)