8000 Fix incorrect deprecation. · matplotlib/matplotlib@7691818 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7691818

Browse files
committed
Fix incorrect deprecation.
1 parent 100c7cf commit 7691818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,4 +482,4 @@ def add_checker(self, checker):
482482

483483
@cbook.deprecated("3.3")
484484
def check_update(self, checker):
485-
return self.check_update(checker)
485+
return self._check_update(checker)

0 commit comments

Comments
 (0)
0