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

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