File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ except when I am contrasting them with native coroutines.
8484====
8585
8686[[story_of_this_post]]
87- === Story of This Post
87+ === Story of this Post
8888
8989This is an updated version of chapter 16 of _Fluent Python, First Edition_.
9090
@@ -95,8 +95,8 @@ context _classic coroutines_ are no longer supported—only _native coroutines_
9595
9696However, I still believe that deep understanding of _native coroutines_ and `await` depend
9797on understanding the behavior and API of _classic coroutine_ objects and the precise meaning
98- of `yield from`. https://www.python.org/dev/peps/pep-0492[_PEP 492_ ] introduced `async/await` syntax,
99- and it states in section https://www.python.org/dev/peps/pep-0492/#await-expression[_Await expression_ ]:
98+ of `yield from`. https://www.python.org/dev/peps/pep-0492[PEP 492 ] introduced `async/await` syntax,
99+ and it states in section https://www.python.org/dev/peps/pep-0492/#await-expression[Await expression ]:
100100
101101[quote]
102102____
You can’t perform that action at this time.
0 commit comments