From 419df25c8883225773bb0601894d4bc0d2e4c86d Mon Sep 17 00:00:00 2001 From: Pieter Eendebak Date: Thu, 28 Apr 2022 22:30:59 +0200 Subject: [PATCH] update documentation to use second person consistently --- Doc/library/unittest.mock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst index a3700ac07f1c1a..86433c03e85b39 100644 --- a/Doc/library/unittest.mock.rst +++ b/Doc/library/unittest.mock.rst @@ -2522,7 +2522,7 @@ the attributes of the spec. In addition mocked functions / methods have the same call signature as the original so they raise a :exc:`TypeError` if they are called incorrectly. -Before I explain how auto-speccing works, here's why it is needed. +Before explaining how auto-speccing works, it is important to understand why it is needed. :class:`Mock` is a very powerful and flexible object, but it suffers from two flaws when used to mock out objects from a system under test. One of these flaws is