]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-101100: Fix class reference in library/test.rst (GH-114769) (GH-114794)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 Jan 2024 09:41:10 +0000 (10:41 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2024 09:41:10 +0000 (09:41 +0000)
commit0536bbb192c5ecca5e21385f82b0ac86f2e7e34c
tree4b1e3e61e628a4f26205373b4d1316df4ebc90a2
parentbb578f6286f6255b61e393a56f345c07fc9e2f7f
[3.12] gh-101100: Fix class reference in library/test.rst (GH-114769) (GH-114794)

The text clearly seems to be referencing `TestFuncAcceptsSequencesMixin`,
for which no target is available. Name the class properly and suppress
the dangling reference.
(cherry picked from commit 7a93db44257c0404dc407ff2ddc997f4bb8890ed)

Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
Doc/library/test.rst