Skip to content

Commit

Permalink
Fix typo in error_code_list2.rst (#17443)
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Jun 26, 2024
1 parent d39f023 commit b88fdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/error_code_list2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b88fdbd

Please sign in to comment.