diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index e77160c..9484cdc 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -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 `_. For older versions of Python: