summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2019-06-25 10:55:23 (GMT)
committerGitHub <noreply@github.com>2019-06-25 10:55:23 (GMT)
commitde9b606c90c16cea2780948431bb24e50cc5cd99 (patch)
tree774ac0b4f95a2d5d7a405ba1b368766a724deb59 /Doc
parent894263ba80af4b7733c2df95b527e96953922656 (diff)
downloadcpython-de9b606c90c16cea2780948431bb24e50cc5cd99.zip
cpython-de9b606c90c16cea2780948431bb24e50cc5cd99.tar.gz
cpython-de9b606c90c16cea2780948431bb24e50cc5cd99.tar.bz2
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
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 1177c82..a0c881a 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