diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-21 18:09:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 18:09:09 (GMT) |
commit | b06ed1d883cd79c920c514d8a1f4643cf93dc5e0 (patch) | |
tree | bd5b7907f43b5c8231a7ccd79dbe19f5baeaaf3a /Doc/whatsnew/3.10.rst | |
parent | 2f47d8dcc735234bf9c7f92fbdacd8c5a6ee7761 (diff) | |
download | cpython-b06ed1d883cd79c920c514d8a1f4643cf93dc5e0.zip cpython-b06ed1d883cd79c920c514d8a1f4643cf93dc5e0.tar.gz cpython-b06ed1d883cd79c920c514d8a1f4643cf93dc5e0.tar.bz2 |
Remove duplicate words in docs. (GH-26167)
Diffstat (limited to 'Doc/whatsnew/3.10.rst')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 570af7f..2dfa7e4 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1567,7 +1567,7 @@ Deprecated Python 3.12. Use :meth:`pathlib.Path.hardlink_to` instead. (Contributed by Barney Gale in :issue:`39950`.) -* ``cgi.log()`` is deprecated and slated for for removal in Python 3.12. +* ``cgi.log()`` is deprecated and slated for removal in Python 3.12. (Contributed by Inada Naoki in :issue:`41139`.) |