[Python-checkins] cpython (merge 3.5 -> default): Issue #26199: Fix broken link in unittest.mock-examples.rst

berker.peksag python-checkins at python.org
Thu Jan 28 01:40:21 EST 2016


https://hg.python.org/cpython/rev/7c38a47fd4d5
changeset:   100082:7c38a47fd4d5
parent:      100080:dbf90175ea50
parent:      100081:e4b0f003ad13
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Thu Jan 28 08:40:21 2016 +0200
summary:
  Issue #26199: Fix broken link in unittest.mock-examples.rst

Patch by Raphael Das Gupta.

files:
  Doc/library/unittest.mock-examples.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/unittest.mock-examples.rst b/Doc/library/unittest.mock-examples.rst
--- a/Doc/library/unittest.mock-examples.rst
+++ b/Doc/library/unittest.mock-examples.rst
@@ -1254,4 +1254,4 @@
 <https://pypi.python.org/pypi/PyHamcrest>`_ provides similar functionality,
 that may be useful here, in the form of its equality matcher
 (`hamcrest.library.integration.match_equality
-<http://pythonhosted.org/PyHamcrest/integration.html#hamcrest.library.integration.match_equality.match_equality>`_).
+<http://pyhamcrest.readthedocs.org/en/stable/integration/#module-hamcrest.library.integration.match_equality>`_).

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list