From 17b85b85027ac022268ade979e2eb11bc663b2c8 Mon Sep 17 00:00:00 2001 From: Michael Foord <michael@voidspace.org.uk> Date: Tue, 2 Aug 2011 01:20:17 +0100 Subject: [PATCH] Correct duplicate link in README --- README.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 151e4d0..36a2259 100644 --- a/README.txt +++ b/README.txt @@ -28,9 +28,7 @@ testing, particularly monkey patching. Mock is very easy to use and is designed for use with `unittest <http://pypi.python.org/pypi/unittest2>`_. Mock is based on the 'action -> assertion' pattern instead of 'record -> replay' used by many -mocking frameworks. See the -`mock documentation <http://www.voidspace.org.uk/python/mock/>`_ for full -details. +mocking frameworks. See the `mock documentation`_ for full details. Mock objects create all attributes and methods as you access them and store details of how they have been used. You can configure them, to specify return -- GitLab