Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad62333

Browse files
[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 suppressthe dangling reference.(cherry picked from commit7a93db4)Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
1 parenta38bc7c commitad62333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Doc/library/test.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ guidelines to be followed:
143143
arg = (1, 2, 3)
144144

145145
When using this pattern, remember that all classes that inherit from
146-
:class:`unittest.TestCase` are run as tests. The:class:`Mixin` class in the example above
146+
:class:`unittest.TestCase` are run as tests. The:class:`!TestFuncAcceptsSequencesMixin` class in the example above
147147
does not have any data and so can't be run by itself, thus it does not
148148
inherit from:class:`unittest.TestCase`.
149149

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp