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

Skip to content

Commit 5cffcf3

Browse files
author
pkienzle
committed
Minor typo
svn path=/trunk/matplotlib/; revision=3531
1 parent 8022cda commit 5cffcf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ def __init__(self, figure):
878878

879879
def hilite(self, ev):
880880
"""Mouse event processor which highlights the artists
881-
under the currsor. Connect this to the motion_notify_event
881+
under the cursor. Connect this to the motion_notify_event
882882
using canvas.mpl_connect('motion_notify_event',canvas.hilite)
883883
"""
884884
if not hasattr(self,'_active'): self._active = dict()

0 commit comments

Comments
 (0)