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

This commit is contained in:
Elazar Gershuni 2020-05-28 03:41:24 +03:00 committed by GitHub
parent aa890630bc
commit 56853d8ec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 to easily remove an unneeded prefix or a suffix from a string. Corresponding
``bytes``, ``bytearray``, and ``collections.UserString`` methods have also been ``bytes``, ``bytearray``, and ``collections.UserString`` methods have also been
added. See :pep:`616` for a full description. (Contributed by Dennis Sweeney in added. See :pep:`616` for a full description. (Contributed by Dennis Sweeney in
:issue:`18939`.) :issue:`39939`.)
PEP 585: Builtin Generic Types PEP 585: Builtin Generic Types
------------------------------ ------------------------------