summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Withers <chris@simplistix.co.uk>2018-11-29 07:54:45 +0000
committerGitHub <noreply@github.com>2018-11-29 07:54:45 +0000
commitcec8afe33a6efeb12b0e9799788f7c193f9e62ac (patch)
tree8260379831978856434a8943f2d754e4caa6a5e7 /README.rst
parent34e5101e1411d19f51f5f9c5c88401e6262c2641 (diff)
parent27cd14718523951a3a7663d42b9cd6f5139768e1 (diff)
downloadmock-cec8afe33a6efeb12b0e9799788f7c193f9e62ac.tar.gz
Merge branch 'master' into pypi
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 882e067..a937b88 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,7 @@ mock is now part of the Python standard library, available as `unittest.mock
onwards.
This package contains a rolling backport of the standard library mock code
-compatible with Python 2.7 and 3.3 and up.
+compatible with Python 2.7 and 3.4 and up.
Please see the standard library documentation for more details.
@@ -24,6 +24,6 @@ Please see the standard library documentation for more details.
:target: https://travis-ci.org/testing-cabal/mock
.. _Mock Homepage: https://github.com/testing-cabal/mock
-.. _BSD License: http://github.com/testing-cabal/mock/blob/master/LICENSE.txt
+.. _BSD License: https://github.com/testing-cabal/mock/blob/master/LICENSE.txt
.. _Python Docs: https://docs.python.org/dev/library/unittest.mock.html
.. _mock on PyPI: https://pypi.org/project/mock/