From 6643115c6978f052abc293085b633e47d35061a0 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:25:02 +0100 Subject: [PATCH] [PR #8286/28f1fd88 backport][3.10] docs: remove repetitive word in comment (#8288) **This is a backport of PR #8286 as merged into master (28f1fd88cbe44d81487d5e9b23a3302d032811bd).** Co-authored-by: crazehang <165746307+crazehang@users.noreply.github.com> --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.rst b/docs/testing.rst index 15f163107f2..027ba63a039 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -775,7 +775,7 @@ Utilities mocked.assert_called_with(1, 2) - :param return_value: A value that the the mock object will return when + :param return_value: A value that the mock object will return when called. :returns: A mock object that behaves as a coroutine which returns *return_value* when called.