From: Quentin Hibon Date: Sat, 21 Nov 2020 04:07:22 +0000 (+0100) Subject: bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) X-Git-Tag: v3.10.0a3~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa3a3521cef3998d4f9e7f7ff721163b6e3e5f39;p=thirdparty%2FPython%2Fcpython.git bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index b89faf101d04..a638e544cb38 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 ` 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