File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ article:
2525 tree/main> `_ that inspired this HOWTO article, by Alexander Nordin.
2626 * This in-depth `YouTube tutorial series <https://www.youtube.com/
2727 watch?v=Xbl7XjFYsN4&list=PLhNSoGM2ik6SIkVGXWBwerucXjgP1rHmB> `_ on
28- ``asyncio `` created by core Python team member, Łukasz Langa.
28+ ``asyncio `` created by Python core team member, Łukasz Langa.
2929 * `500 Lines or Less: A Web Crawler With asyncio Coroutines <https://
3030 aosabook.org/en/500L/a-web-crawler-with-asyncio-coroutines.html> `_ by A.
3131 Jesse Jiryu Davis and Guido van Rossum.
@@ -76,7 +76,7 @@ event loop approach rather useless.
7676 event_loop.run_forever()
7777
7878=====================================
79- Asynchronous Functions and Coroutines
79+ Asynchronous functions and coroutines
8080=====================================
8181
8282This is a basic, boring Python function::
You can’t perform that action at this time.
0 commit comments