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

Skip to content

Commit bd1e75a

Browse files
authored
Merge pull request #17293 from anntzer/baddep
Fix incorrect deprecation.
2 parents 100c7cf + 7691818 commit bd1e75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)