Skip to content

Commit fd63e7d

Browse files
Fix typo: remove extra space in MultiCursor deprecation message
1 parent af19f15 commit fd63e7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,7 @@ def __init__(self, *args, useblit=True, horizOn=False, vertOn=True,
21022102
_api.warn_deprecated(
21032103
"3.11",
21042104
message="The canvas parameter in MultiCursor is unused and deprecated "
2105-
"since %(since)s. Please remove it and call MultiCursor(axes) "
2105+
"since %(since)s. Please remove it and call MultiCursor(axes) "
21062106
"instead of MultiCursor(canvas, axes). The latter will start raising "
21072107
"an error in %(removal)s"
21082108
)

0 commit comments

Comments
 (0)