From: Berker Peksag Date: Thu, 28 Jan 2016 06:40:03 +0000 (+0200) Subject: Issue #26199: Fix broken link in unittest.mock-examples.rst X-Git-Tag: v3.6.0a1~687^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a370a4271e672576e54fb5fe3fc1d67139b69a0a;p=thirdparty%2FPython%2Fcpython.git Issue #26199: Fix broken link in unittest.mock-examples.rst Patch by Raphael Das Gupta. --- diff --git a/Doc/library/unittest.mock-examples.rst b/Doc/library/unittest.mock-examples.rst index 055abe0de1ce..dd0c4769a9c9 100644 --- a/Doc/library/unittest.mock-examples.rst +++ b/Doc/library/unittest.mock-examples.rst @@ -1254,4 +1254,4 @@ As of version 1.5, the Python testing library `PyHamcrest `_ provides similar functionality, that may be useful here, in the form of its equality matcher (`hamcrest.library.integration.match_equality -`_). +`_).