Skip to content

Commit 08e3401

Browse files
committed
DOC: fix another link
1 parent 1617efc commit 08e3401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cbook.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ class CallbackRegistry(object):
488488
object to handle weak references to bound methods (or regular free
489489
functions). This technique was shared by Peter Parente on his
490490
`"Mindtrove" blog
491-
<http://mindtrove.info/articles/python-weak-references/>`_.
491+
<http://mindtrove.info/python-weak-references/>`_.
492492
"""
493493
def __init__(self):
494494
self.callbacks = dict()

0 commit comments

Comments
 (0)