]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use f-strings in asyncio-task code examples (GH-10035)
authorMariatta <Mariatta@users.noreply.github.com>
Wed, 24 Oct 2018 22:37:12 +0000 (15:37 -0700)
committerVictor Stinner <vstinner@redhat.com>
Wed, 24 Oct 2018 22:37:12 +0000 (00:37 +0200)
commit9f43fbbd9dfc78125c9533ce1dfe33ff5d15aa45
tree326f88801ff7ef63e2a8870495cf491e0cb5064b
parent057f4078b044325dae4af55c4c64b684edaca315
Use f-strings in asyncio-task code examples (GH-10035)

Replace str.format with f-strings in the code examples of asyncio-task documentation.
Doc/library/asyncio-task.rst