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

Skip to content

Commit 96522ff

Browse files
authored
Merge pull request #12876 from marko-bast/patch-1
Fix a typo
2 parents 220b1ef + b6b19ef commit 96522ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ def draggable(self, state=None, use_blit=False, update="loc"):
11951195
is changed. If "bbox", the *bbox_to_anchor* parameter is changed.
11961196
"""
11971197
warn_deprecated("2.2",
1198-
message="Legend.draggable() is drepecated in "
1198+
message="Legend.draggable() is deprecated in "
11991199
"favor of Legend.set_draggable(). "
12001200
"Legend.draggable may be reintroduced as a "
12011201
"property in future releases.")

0 commit comments

Comments
 (0)