Skip to content

Commit 76951f0

Browse files
committed
Merge pull request #3611 from lpsinger/widgets_slider_spelling
DOC : Fix spelling error
2 parents b2bd5db + fd71c6d commit 76951f0

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
@@ -347,7 +347,7 @@ def __init__(self, ax, label, valmin, valmax, valinit=0.5, valfmt='%1.2f',
347347
348348
349349
dragging : bool
350-
if the silder can be dragged by the mouse
350+
if the slider can be dragged by the mouse
351351
352352
"""
353353
AxesWidget.__init__(self, ax)

0 commit comments

Comments
 (0)