]> granicus.if.org Git - python/commit
[3.7] bpo-32262: Fix typo in f-string (GH-7016)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 20 May 2018 18:22:50 +0000 (11:22 -0700)
committerChristian Heimes <christian@python.org>
Sun, 20 May 2018 18:22:50 +0000 (20:22 +0200)
commitb85115ed4c5d4e80ab818b44401e71299de9e9a5
tree626718c24e0ae3f90d8ca2e160aada9570eb4793
parent073eca39a55b86ec7dd7a437ac0c910751a60ace
[3.7] bpo-32262: Fix typo in f-string (GH-7016)

Fix typo from commit 6370f345e1d5829e1fba59cd695c8b82c5a8c620

(cherry picked from commit d361e99868a9eaa7ffce9341e1207705dbb66b50)
Co-authored-by: Christian Heimes <christian@python.org>
Lib/asyncio/base_subprocess.py
Lib/test/test_asyncio/test_subprocess.py