Skip to content

Commit d798256

Browse files
greglucasQuLogic
andauthored
Update lib/matplotlib/widgets.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 1c6ccce commit d798256

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
@@ -2030,7 +2030,7 @@ class MultiCursor(Widget):
20302030

20312031
def __init__(self, *args, useblit=True, horizOn=False, vertOn=True,
20322032
**lineprops):
2033-
# Deprecation of canvas as the first attribute. When the deprecation exprires:
2033+
# Deprecation of canvas as the first attribute. When the deprecation expires:
20342034
# - change the signature to __init__(self, axes, *, ...)
20352035
# - delete the "Call signatures" block in the docstring
20362036
# - delete this block

0 commit comments

Comments
 (0)