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