From a76df875c75d19828beae7004369f6335ce143c0 Mon Sep 17 00:00:00 2001 From: Eddie <58013020+spagh-eddie@users.noreply.github.com> Date: Wed, 10 Nov 2021 12:54:21 -0800 Subject: [PATCH] Remove space inside of dotted attribute --- doc/en/reference/reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/reference/reference.rst b/doc/en/reference/reference.rst index 638bd9568..42897e3d1 100644 --- a/doc/en/reference/reference.rst +++ b/doc/en/reference/reference.rst @@ -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.