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

Skip to content

Commit 7c22939

Browse files
committed
DOC: fix another link
1 parent 8fe1b02 commit 7c22939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cbook.py

Lines changed: 1 addition & 1 deletion
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)