From 2585f695efcad79d82224de5c4c84db2de563057 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Tue, 25 Jun 2019 11:47:44 +0100 Subject: [PATCH] Fix minor spelling error in What's new for Python 3.8 --- Doc/whatsnew/3.8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 1177c82f42c9bb..a0c881a4e7e490 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -1508,7 +1508,7 @@ CPython bytecode changes * The :opcode:`MAP_ADD` now expects the value as the first element in the stack and the key as the second element. This change was made so the key is always evaluated before the value in dictionary comprehensions, as - porposed by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.) + proposed by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.) Demos and Tools