pep-550: Couple of small fixes (#349)
* pep-550: Fix typo * pep-550: Use a better mail archive link
This commit is contained in:
parent
7a3116172f
commit
e3aa3b2b4e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue