summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-11-21 04:34:55 (GMT)
committerGitHub <noreply@github.com>2020-11-21 04:34:55 (GMT)
commited0201805c036e4bc26670ec7ccffefb8e219f78 (patch)
treed0196fc13bd0dba70eeb0171dec0d40df200d16f /Doc/whatsnew
parentc963da269d3778b65a64ff1bd91f8772c210f305 (diff)
downloadcpython-ed0201805c036e4bc26670ec7ccffefb8e219f78.zip
cpython-ed0201805c036e4bc26670ec7ccffefb8e219f78.tar.gz
cpython-ed0201805c036e4bc26670ec7ccffefb8e219f78.tar.bz2
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435)
(cherry picked from commit aa3a3521cef3998d4f9e7f7ff721163b6e3e5f39) Co-authored-by: Quentin Hibon <qh.public@yahoo.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.9.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index b89faf1..a638e54 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -135,8 +135,8 @@ More generally, try to run your tests in the :ref:`Python Development Mode
<devmode>` which helps to prepare your code to make it compatible with the
next Python version.
-Note: a number of pre-existing deprecatations were removed in this version
-of Python as well. Consult the :ref:`removed-in-python-39` section.
+Note: a number of pre-existing deprecations were removed in this version of
+Python as well. Consult the :ref:`removed-in-python-39` section.
New Features