]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101100: Fix class reference in library/test.rst (GH-114769)
authorSkip Montanaro <skip.montanaro@gmail.com>
Wed, 31 Jan 2024 09:33:10 +0000 (03:33 -0600)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2024 09:33:10 +0000 (11:33 +0200)
commit7a93db44257c0404dc407ff2ddc997f4bb8890ed
tree001564f23fa26ecea85a6c76fc26b02091798a0c
parent5e390a0fc825f21952beb158e2bda3c5e007fac9
gh-101100: Fix class reference in library/test.rst (GH-114769)

The text clearly seems to be referencing `TestFuncAcceptsSequencesMixin`,
for which no target is available. Name the class properly and suppress
the dangling reference.
Doc/library/test.rst