Skip to content

Commit 63a594f

Browse files
authored
PEP 649: Fix literal block syntax (#3125)
1 parent b49ab69 commit 63a594f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pep-0649.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -693,12 +693,10 @@ that were permitted in stock semantics, but are disallowed when
693693
``from __future__ import annotations`` is active, and will have
694694
to be disallowed when this PEP is active:
695695

696-
```
697-
:=
698-
yield
699-
yield from
700-
await
701-
```
696+
* ``:=``
697+
* ``yield``
698+
* ``yield from``
699+
* ``await``
702700

703701
Changes to ``inspect.get_annotations`` and ``typing.get_type_hints``
704702
====================================================================

0 commit comments

Comments
 (0)