From a370a4271e672576e54fb5fe3fc1d67139b69a0a Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Thu, 28 Jan 2016 08:40:03 +0200 Subject: Issue #26199: Fix broken link in unittest.mock-examples.rst Patch by Raphael Das Gupta. --- Doc/library/unittest.mock-examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.mock-examples.rst b/Doc/library/unittest.mock-examples.rst index 055abe0..dd0c476 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 -`_). +`_). -- cgit v0.12