Skip to content

Commit fd71c6d

Browse files
committed
Fix spelling error
silder -> slider
1 parent b2bd5db commit fd71c6d

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)