Skip to content

Commit

Permalink
bpo-39939: Fix removeprefix issue number in the What's New in Python…
Browse files Browse the repository at this point in the history
… 3.9 (GH-20473)
  • Loading branch information
elazarg authored May 28, 2020
1 parent aa89063 commit 56853d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------------
Expand Down

0 comments on commit 56853d8

Please sign in to comment.