Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516)

Commit 035deee265 converted the
_posixsubprocess module to multiphase initialization, but the news entry
mentions the _posixshmem module.
This commit is contained in:
Zackery Spytz 2020-11-28 14:46:30 -07:00 committed by GitHub
parent fa840cc81d
commit 7a240aef15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
Port _posixshmem extension module to multiphase initialization (:pep:`489`).
Port _posixsubprocess extension module to multiphase initialization
(:pep:`489`).