]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108737)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Sep 2023 13:32:13 +0000 (06:32 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2023 13:32:13 +0000 (15:32 +0200)
commit1e15c1501c51f03123ec0da3fa430f2286bac40c
treea3adf7fc8ffe45ea84765ff7d9e2c319e2a279fa
parent8c3793a539ce950e552da390b7b24485dd655237
[3.12] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108737)

`ast` docs: Fix incorrect link on `keyword` (GH-108728)

In two places, Sphinx was erroneously adding links to the `keyword` module instead of the `ast.keyword` class
(cherry picked from commit c1e2f3b2f70b8a72ea7e1bf792addf62a94ae65d)

Co-authored-by: Alex Povel <git@alexpovel.de>
Doc/library/ast.rst