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

Skip to content

Commit 9e92de3

Browse files
committed
Merge pull request matplotlib#3611 from lpsinger/widgets_slider_spelling
DOC : Fix spelling error
1 parent ee3d2fb commit 9e92de3

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
@@ -333,7 +333,7 @@ def __init__(self, ax, label, valmin, valmax, valinit=0.5, valfmt='%1.2f',
333333
334334
335335
dragging : bool
336-
if the silder can be dragged by the mouse
336+
if the slider can be dragged by the mouse
337337
338338
"""
339339
AxesWidget.__init__(self, ax)

0 commit comments

Comments
 (0)