summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-05-28 01:24:33 (GMT)
committerGitHub <noreply@github.com>2020-05-28 01:24:33 (GMT)
commitde6b6841098e1a5967cb7a50b665ca7473d0ddad (patch)
tree2e98530e436b3c3b456d76fb5a17d958c69b10d6
parent9e3c583954f75a6396d1935e000df85d89b78a3d (diff)
downloadcpython-de6b6841098e1a5967cb7a50b665ca7473d0ddad.zip
cpython-de6b6841098e1a5967cb7a50b665ca7473d0ddad.tar.gz
cpython-de6b6841098e1a5967cb7a50b665ca7473d0ddad.tar.bz2
bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473) (GH-20474)
(cherry picked from commit 56853d8ec6ed89bf5a9b81c3781a4df46ac391d3) Co-authored-by: Elazar Gershuni <elazarg@gmail.com> Co-authored-by: Elazar Gershuni <elazarg@gmail.com>
-rw-r--r--Doc/whatsnew/3.9.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index ebb24eb..6d105d9 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -113,7 +113,7 @@ PEP 616: New removeprefix() and removesuffix() string methods
to easily remove an unneeded prefix or a suffix from a string. Corresponding
``bytes``, ``bytearray``, and ``collections.UserString`` methods have also been
added. See :pep:`616` for a full description. (Contributed by Dennis Sweeney in
-:issue:`18939`.)
+:issue:`39939`.)
PEP 585: Builtin Generic Types
------------------------------