From: R David Murray Date: Sat, 4 Jul 2015 19:50:30 +0000 (-0400) Subject: #24548: replace dead link with pointer to archive.org. X-Git-Tag: v2.7.11rc1~255^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3995421228c487e7e923a656c236a11a468fccca;p=thirdparty%2FPython%2Fcpython.git #24548: replace dead link with pointer to archive.org. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index bc3046acbd60..a082200b2379 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -83,7 +83,7 @@ need to derive from a specific class. discovery. unittest2 allows you to use these features with earlier versions of Python. - `Simple Smalltalk Testing: With Patterns `_ + `Simple Smalltalk Testing: With Patterns `_ Kent Beck's original paper on testing frameworks using the pattern shared by :mod:`unittest`.