Skip to content

Commit 90ee479

Browse files
committed
classic-coroutines: minor edits
1 parent 71399f7 commit 90ee479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/extra/classic-coroutines/index.adoc

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

8989
This 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

9696
However, I still believe that deep understanding of _native coroutines_ and `await` depend
9797
on 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
____

0 commit comments

Comments
 (0)