Skip to content

Commit 15aa0c5

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent e025747 commit 15aa0c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8282
This is a basic, boring Python function::

0 commit comments

Comments
 (0)