From c83efdfa41e749e8c2e9d0e29e9161608d89bd77 Mon Sep 17 00:00:00 2001 From: Ezra Citron <36384768+lemonez@users.noreply.github.com> Date: Sat, 23 Apr 2022 11:47:49 -0700 Subject: [PATCH] PEP 594: Fix a typo (#2550) --- pep-0594.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0594.rst b/pep-0594.rst index eb660f08ed4..127d85970b3 100644 --- a/pep-0594.rst +++ b/pep-0594.rst @@ -607,7 +607,7 @@ Creating/maintaining a separate repo for the deprecated modules It was previously proposed to create a separate repository containing the deprecated modules packaged for installation. One of the PEP authors went so far -as to create a `demo repository `_ . In the +as to create a `demo repository `_. In the 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 available in the CPython repository for people to vendor as necessary. Similar