]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473)
authorElazar Gershuni <elazarg@gmail.com>
Thu, 28 May 2020 00:41:24 +0000 (03:41 +0300)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 00:41:24 +0000 (02:41 +0200)
Doc/whatsnew/3.9.rst

index 8a04f725133578c485faa26ae56879dc626bffd3..35496d7b8f5ef326b410e8082925a8b715585502 100644 (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
 ``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
 ------------------------------