diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index b854bf0..e77160c 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -251,7 +251,7 @@ the need to change any other code. mock ---- -**``mock``** is a library for testing in Python. As of Python 3.3, it is +``mock`` is a library for testing in Python. As of Python 3.3, it is available in the `standard library