[Python-checkins] Fix minor spelling error in What's new for Python 3.8 (GH-14371)

Pablo Galindo webhook-mailer at python.org
Tue Jun 25 06:55:27 EDT 2019


https://github.com/python/cpython/commit/de9b606c90c16cea2780948431bb24e50cc5cd99
commit: de9b606c90c16cea2780948431bb24e50cc5cd99
branch: master
author: Pablo Galindo <Pablogsal at gmail.com>
committer: GitHub <noreply at github.com>
date: 2019-06-25T11:55:23+01:00
summary:

Fix minor spelling error in What's new for Python 3.8 (GH-14371)

files:
M Doc/whatsnew/3.8.rst

diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 1177c82f42c9..a0c881a4e7e4 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



More information about the Python-checkins mailing list