[Python-checkins] bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473)

Elazar Gershuni webhook-mailer at python.org
Wed May 27 20:41:38 EDT 2020


https://github.com/python/cpython/commit/56853d8ec6ed89bf5a9b81c3781a4df46ac391d3
commit: 56853d8ec6ed89bf5a9b81c3781a4df46ac391d3
branch: master
author: Elazar Gershuni <elazarg at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-05-28T02:41:24+02:00
summary:

 bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473)

files:
M Doc/whatsnew/3.9.rst

diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 8a04f72513357..35496d7b8f5ef 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
 ------------------------------



More information about the Python-checkins mailing list