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

Skip to content

Commit c6c43cc

Browse files
committed
Merge pull request #6006 from tacaswell/doc_fix_rotten_link
DOC: fix rotten link
2 parents b17cc2c + 2d73234 commit c6c43cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/artist.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
# python trick. The answer is that I need to be able to manipulate
3030
# the docstring, and there is no clever way to do that in python 2.2,
3131
# as far as I can see - see
32-
# http://groups.google.com/groups?hl=en&lr=&threadm=mailman.5090.1098044946.5135.python-list%40python.org&rnum=1&prev=/groups%3Fq%3D__doc__%2Bauthor%253Ajdhunter%2540ace.bsd.uchicago.edu%26hl%3Den%26btnG%3DGoogle%2BSearch
32+
#
33+
# https://mail.python.org/pipermail/python-list/2004-October/242925.html
3334

3435

3536
def allow_rasterization(draw):

0 commit comments

Comments
 (0)