python / mypy

Optional static typing for Python
https://www.mypy-lang.org/
Other
17.85k stars 2.74k forks source link

Fix typo in `error_code_list2.rst` #17443

Closed InSyncWithFoo closed 1 week ago

InSyncWithFoo commented 1 week ago

Diff:

-You can assign the value to a temporary, otherwise unused to variable to silence the error
+You can assign the value to a temporary, otherwise unused variable to silence the error
hauntsaninja commented 1 week ago

Thanks!