summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.9.rst
diff options
context:
space:
mode:
authorQuentin Hibon <qh.public@yahoo.com>2020-11-21 04:07:22 (GMT)
committerGitHub <noreply@github.com>2020-11-21 04:07:22 (GMT)
commitaa3a3521cef3998d4f9e7f7ff721163b6e3e5f39 (patch)
tree88b72e7d016ed89389d447775278b0e84ee38bc7 /Doc/whatsnew/3.9.rst
parent6edf06b24a9335a2b0d44634a95e4f5ba0d586d9 (diff)
downloadcpython-aa3a3521cef3998d4f9e7f7ff721163b6e3e5f39.zip
cpython-aa3a3521cef3998d4f9e7f7ff721163b6e3e5f39.tar.gz
cpython-aa3a3521cef3998d4f9e7f7ff721163b6e3e5f39.tar.bz2
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421)
Diffstat (limited to 'Doc/whatsnew/3.9.rst')
-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