We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1617efc commit 08e3401Copy full SHA for 08e3401
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