From 50efa53f8fcb81ddd8f25c642efa0375e7538182 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 27 Mar 2024 08:34:15 +0000 Subject: [PATCH] docs: Correct PEP 451 hyperlink --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a9c96b4c..1087604e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,7 +27,7 @@ v0.3.5 (2024-03-17) * :gh:issue:`987` Support Python 3.11 * :gh:issue:`885` Fix :py:exc:`PermissionError` in :py:mod:`importlib` when becoming an unprivileged user with Python 3.x -* :gh:issue:`1033` Support `PEP 451 , +* :gh:issue:`1033` Support `PEP 451 `_, required by Python 3.12 * :gh:issue:`1033` Support Python 3.12