From b88fdbd32fe0a45d40531a6504317aa3fd48489e Mon Sep 17 00:00:00 2001 From: InSync Date: Wed, 26 Jun 2024 14:04:04 +0700 Subject: [PATCH] Fix typo in `error_code_list2.rst` (#17443) --- docs/source/error_code_list2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/error_code_list2.rst b/docs/source/error_code_list2.rst index 2b765e412913..0655ef2d35d8 100644 --- a/docs/source/error_code_list2.rst +++ b/docs/source/error_code_list2.rst @@ -389,7 +389,7 @@ Example: # Are you missing an await? asyncio.create_task(f()) -You can assign the value to a temporary, otherwise unused to variable to +You can assign the value to a temporary, otherwise unused variable to silence the error: .. code-block:: python