From 3774b288183d228b1f14ef5a1a7e078d4dbee265 Mon Sep 17 00:00:00 2001 From: Koen Helwegen Date: Sun, 3 Oct 2021 11:11:22 +0200 Subject: [PATCH] [DOC] Fix typo in README Missing `>` results in link being rendered incorrectly --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 70e64061bd..b51c2bf401 100644 --- a/README.rst +++ b/README.rst @@ -82,7 +82,7 @@ Python 2 Statement Python 2.7 reaches its end-of-life in January 2020, which means it will *no longer be maintained* by Python developers. `Many projects -`__ are removing support in advance of this deadline, which will make it increasingly untenable to try to support Python 2, even if we wanted to.