We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b795a2 commit d10eeecCopy full SHA for d10eeec
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -1,4 +1,4 @@
1
-.. _a-conceputal-overview-of-asyncio:
+.. _a-conceptual-overview-of-asyncio:
2
3
********************************
4
A Conceptual Overview of asyncio
Doc/library/asyncio.rst
@@ -30,7 +30,7 @@ asyncio is often a perfect fit for IO-bound and high-level
30
**structured** network code.
31
32
If you're new to asyncio or confused by it and would like to better understand
33
-the fundmentals of how it works check out: :ref:`a-conceputal-overview-of-asyncio`.
+the fundmentals of how it works check out: :ref:`a-conceptual-overview-of-asyncio`.
34
35
asyncio provides a set of **high-level** APIs to:
36
0 commit comments