Skip to content

Commit c5ab30d

Browse files
authored
Merge pull request #9294 from spagh-eddie/patch-1
2 parents 5d87a27 + a76df87 commit c5ab30d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/reference/reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,8 +1660,8 @@ passed multiple times. The expected format is ``name=value``. For example::
16601660
[pytest]
16611661
python_functions = *_test
16621662
1663-
Note that this has no effect on methods that live on a ``unittest
1664-
.TestCase`` derived class, as ``unittest``'s own collection framework is used
1663+
Note that this has no effect on methods that live on a ``unittest.TestCase``
1664+
derived class, as ``unittest``'s own collection framework is used
16651665
to collect those tests.
16661666

16671667
See :ref:`change naming conventions` for more detailed examples.

0 commit comments

Comments
 (0)