PEP 594: Fix a typo (#2550)

This commit is contained in:
Ezra Citron 2022-04-23 11:47:49 -07:00 committed by GitHub
parent 28a5eb386a
commit c83efdfa41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ Creating/maintaining a separate repo for the deprecated modules
It was previously proposed to create a separate repository containing the It was previously proposed to create a separate repository containing the
deprecated modules packaged for installation. One of the PEP authors went so far deprecated modules packaged for installation. One of the PEP authors went so far
as to create a `demo repository <https://github.com/tiran/legacylib>`_ . In the as to create a `demo repository <https://github.com/tiran/legacylib>`_. In the
end, though, it was decided that the added workload to create and maintain such end, though, it was decided that the added workload to create and maintain such
a repo officially wasn't justified, as the source code will continue to be a repo officially wasn't justified, as the source code will continue to be
available in the CPython repository for people to vendor as necessary. Similar available in the CPython repository for people to vendor as necessary. Similar