Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit ef998ac

Browse files
author
kuyan
committed
Revised semantics in section 'mock'
1 parent e7f23a9 commit ef998ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/writing/tests.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,9 @@ the need to change any other code.
251251
mock
252252
----
253253

254-
``mock`` is a library for testing in Python. As of Python 3.3, it is
255-
available in the `standard library <http://docs.python.org/dev/library/unittest.mock`_.
254+
:mod:`unittest.mock` is a library for testing in Python. As of Python 3.3, it is
255+
available in the
256+
`standard library <https://docs.python.org/dev/library/unittest.mock>`_.
256257

257258
For older versions of Python:
258259

0 commit comments

Comments
 (0)