commit | d9dbb864cd9748e39791c9b9d7dc3c25b5967dff | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Oct 24 15:45:44 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 24 15:45:44 2018 -0700 |
tree | da0eadb058ecd28867f3bcd9a441dc2f9c741327 | |
parent | b4c9874f5c7f64e1d41cbc588e515b8851bbb90c [diff] |
Use f-strings in asyncio-task code examples (GH-10035) Replace str.format with f-strings in the code examples of asyncio-task documentation. (cherry picked from commit 9f43fbbd9dfc78125c9533ce1dfe33ff5d15aa45) Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>