Remove space inside of dotted attribute

This commit is contained in:
Eddie 2021-11-10 12:54:21 -08:00 committed by GitHub
parent 5d87a27434
commit a76df875c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1660,8 +1660,8 @@ passed multiple times. The expected format is ``name=value``. For example::
[pytest]
python_functions = *_test
Note that this has no effect on methods that live on a ``unittest
.TestCase`` derived class, as ``unittest``'s own collection framework is used
Note that this has no effect on methods that live on a ``unittest.TestCase``
derived class, as ``unittest``'s own collection framework is used
to collect those tests.
See :ref:`change naming conventions` for more detailed examples.