Skip to content

Commit 56853d8

Browse files
authored
bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473)
1 parent aa89063 commit 56853d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.9.rst

+1-1
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)