Skip to content

Commit de6b684

Browse files
bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473) (GH-20474)
(cherry picked from commit 56853d8) Co-authored-by: Elazar Gershuni <[email protected]> Co-authored-by: Elazar Gershuni <[email protected]>
1 parent 9e3c583 commit de6b684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ PEP 616: New removeprefix() and removesuffix() string methods
113113
to easily remove an unneeded prefix or a suffix from a string. Corresponding
114114
``bytes``, ``bytearray``, and ``collections.UserString`` methods have also been
115115
added. See :pep:`616` for a full description. (Contributed by Dennis Sweeney in
116-
:issue:`18939`.)
116+
:issue:`39939`.)
117117

118118
PEP 585: Builtin Generic Types
119119
------------------------------

0 commit comments

Comments
 (0)