diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index 6e742d1..cb863c0 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -252,7 +252,8 @@ mock ---- mock is a library for testing in Python. Starting with Python 3.3, it is -available in the standard library. For older versions of python, simply: +available in the `standard library