mirror of
https://github.com/python/cpython.git
synced 2025-08-05 01:18:26 +00:00
1 line
168 B
ReStructuredText
1 line
168 B
ReStructuredText
Changed the error message for awaiting something that can't be awaited from "object <type> can't be used in an await expression" to "'<type>' object can't be awaited".
|