Revised semantics in section 'mock'

This commit is contained in:
kuyan
2014-04-14 13:42:03 -07:00
parent e7f23a9316
commit ef998acd2b
+3 -2
View File
@@ -251,8 +251,9 @@ the need to change any other code.
mock
----
``mock`` is a library for testing in Python. As of Python 3.3, it is
available in the `standard library <http://docs.python.org/dev/library/unittest.mock`_.
:mod:`unittest.mock` is a library for testing in Python. As of Python 3.3, it is
available in the
`standard library <https://docs.python.org/dev/library/unittest.mock>`_.
For older versions of Python: