[Python-checkins] bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435)

terryjreedy webhook-mailer at python.org
Fri Nov 20 23:35:11 EST 2020


https://github.com/python/cpython/commit/ed0201805c036e4bc26670ec7ccffefb8e219f78
commit: ed0201805c036e4bc26670ec7ccffefb8e219f78
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: terryjreedy <tjreedy at udel.edu>
date: 2020-11-20T23:34:55-05:00
summary:

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 at yahoo.com>

files:
M Doc/whatsnew/3.9.rst

diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index b89faf101d043..a638e544cb38f 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



More information about the Python-checkins mailing list