summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-06-25 11:02:49 (GMT)
committerGitHub <noreply@github.com>2019-06-25 11:02:49 (GMT)
commit8d6668c92b90d951aa6ab350ed26687141abcab9 (patch)
tree7c05b522383c932ae9c0c5bc2e3f5b76da4bc593 /Doc
parentd917cfe4051d45b2b755c726c096ecfcc4869ceb (diff)
downloadcpython-8d6668c92b90d951aa6ab350ed26687141abcab9.zip
cpython-8d6668c92b90d951aa6ab350ed26687141abcab9.tar.gz
cpython-8d6668c92b90d951aa6ab350ed26687141abcab9.tar.bz2
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
(cherry picked from commit de9b606c90c16cea2780948431bb24e50cc5cd99) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.8.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 59a65bf..954f77d 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -1505,7 +1505,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