]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Nov 2020 04:34:55 +0000 (20:34 -0800)
committerGitHub <noreply@github.com>
Sat, 21 Nov 2020 04:34:55 +0000 (23:34 -0500)
(cherry picked from commit aa3a3521cef3998d4f9e7f7ff721163b6e3e5f39)
Co-authored-by: Quentin Hibon <qh.public@yahoo.com>
Doc/whatsnew/3.9.rst

index b89faf101d04350f6cfd171e9e7fe67a2f850de6..a638e544cb38fef3fa9a3e6581b81949cb005b2b 100644 (file)
@@ -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