From e3aa3b2b4e4e9967d28a10827eed1e9e5960c175 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 16 Aug 2017 09:21:25 -0400 Subject: [PATCH] pep-550: Couple of small fixes (#349) * pep-550: Fix typo * pep-550: Use a better mail archive link --- pep-0550.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0550.rst b/pep-0550.rst index 88b237137..75f64a779 100644 --- a/pep-0550.rst +++ b/pep-0550.rst @@ -458,7 +458,7 @@ is needed: async def nested(): ci.set('nested') - asynd def main(): + async def main(): ci.set('main') print('before:', ci.get()) await nested() @@ -1154,7 +1154,7 @@ References .. [18] https://mail.python.org/pipermail/python-ideas/2017-August/046772.html -.. [19] https://mail.python.org/pipermail/python-ideas/2017-August/046780.html +.. [19] https://mail.python.org/pipermail/python-ideas/2017-August/046775.html .. [20] https://github.com/python/peps/blob/e8a06c9a790f39451d9e99e203b13b3ad73a1d01/pep-0550.rst