]> granicus.if.org Git - python/commitdiff
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 25 Jun 2019 10:55:23 +0000 (11:55 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2019 10:55:23 +0000 (11:55 +0100)
Doc/whatsnew/3.8.rst

index 1177c82f42c9bb4302878a569c3540913e06adef..a0c881a4e7e49045af2f79fcf38b498b06fecd59 100644 (file)
@@ -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