writing/tests.rst: Unbold “`mock`”

This commit is contained in:
Zearin
2014-03-31 10:48:12 -04:00
parent 7bfaf32312
commit fe8e11c8e9
+1 -1
View File
@@ -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 <http://docs.python.org/dev/library/unittest.mock`_.
For older versions of Python: