From fe8e11c8e9f1daca2ebc6929c7901900fa6bdd30 Mon Sep 17 00:00:00 2001 From: Zearin Date: Mon, 31 Mar 2014 10:48:12 -0400 Subject: [PATCH] =?UTF-8?q?writing/tests.rst:=20Unbold=20=E2=80=9C``mock``?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/writing/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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