Documentation
After opening #149480, I was instructed to find inconsistencies in the asyncio docs and open an issue covering all of them. In doing so, I also fixed some, but not all, glaring instances of bad grammar. The main problems lie in the asyncio tasks page, where some non-positional-only parameters documented to be called aws are called fs at runtime.
Linked PRs
Documentation
After opening #149480, I was instructed to find inconsistencies in the asyncio docs and open an issue covering all of them. In doing so, I also fixed some, but not all, glaring instances of bad grammar. The main problems lie in the asyncio tasks page, where some non-positional-only parameters documented to be called
awsare calledfsat runtime.Linked PRs