Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de9b606

Browse files
authored
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
1 parent 894263b commit de9b606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ CPython bytecode changes
15081508
* The :opcode:`MAP_ADD` now expects the value as the first element in the
15091509
stack and the key as the second element. This change was made so the key
15101510
is always evaluated before the value in dictionary comprehensions, as
1511-
porposed by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.)
1511+
proposed by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.)
15121512

15131513

15141514
Demos and Tools

0 commit comments

Comments
 (0)