Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe1b02 commit 7c22939Copy full SHA for 7c22939
1 file changed
lib/matplotlib/cbook.py
@@ -488,7 +488,7 @@ class CallbackRegistry(object):
488
object to handle weak references to bound methods (or regular free
489
functions). This technique was shared by Peter Parente on his
490
`"Mindtrove" blog
491
- <http://mindtrove.info/articles/python-weak-references/>`_.
+ <http://mindtrove.info/python-weak-references/>`_.
492
"""
493
def __init__(self):
494
self.callbacks = dict()
0 commit comments