File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1102,8 +1102,8 @@ from text files and modules with doctests:
11021102 Optional argument *encoding * specifies an encoding that should be used to
11031103 convert the file to unicode.
11041104
1105- Optional argument *test_case * specifies the :class: `DocFileCase ` class (or a
1106- subclass) that should be used to create test cases. By default, :class: `DocFileCase `
1105+ Optional argument *test_case * specifies the :class: `! DocFileCase ` class (or a
1106+ subclass) that should be used to create test cases. By default, :class: `! DocFileCase `
11071107 is used. This allows for custom test case classes that can add additional behavior
11081108 or attributes to the test cases.
11091109
@@ -1147,8 +1147,8 @@ from text files and modules with doctests:
11471147 Optional arguments *setUp *, *tearDown *, and *optionflags * are the same as for
11481148 function :func: `DocFileSuite ` above.
11491149
1150- Optional argument *test_case * specifies the :class: `DocTestCase ` class (or a
1151- subclass) that should be used to create test cases. By default, :class: `DocTestCase `
1150+ Optional argument *test_case * specifies the :class: `! DocTestCase ` class (or a
1151+ subclass) that should be used to create test cases. By default, :class: `! DocTestCase `
11521152 is used. This allows for custom test case classes that can add additional behavior
11531153 or attributes to the test cases.
11541154
You can’t perform that action at this time.
0 commit comments