There was an error while loading. Please reload this page.
1 parent d917cfe commit 8d6668cCopy full SHA for 8d6668c
1 file changed
Doc/whatsnew/3.8.rst
@@ -1505,7 +1505,7 @@ CPython bytecode changes
1505
* The :opcode:`MAP_ADD` now expects the value as the first element in the
1506
stack and the key as the second element. This change was made so the key
1507
is always evaluated before the value in dictionary comprehensions, as
1508
- porposed by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.)
+ proposed by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.)
1509
1510
1511
Demos and Tools
0 commit comments