Skip to content

Commit a76df87

Browse files
authored
Remove space inside of dotted attribute
1 parent 5d87a27 commit a76df87

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)