Skip to content

Commit 1e9c638

Browse files
authored
Merge pull request #7602 from ctb/patch-1
Minor formatting fix in xunit_setup.rst
2 parents 49827ad + a2d562d commit 1e9c638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/xunit_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fixtures (setup and teardown test state) on a per-module/class/function basis.
1212
.. note::
1313

1414
While these setup/teardown methods are simple and familiar to those
15-
coming from a ``unittest`` or nose ``background``, you may also consider
15+
coming from a ``unittest`` or ``nose`` background, you may also consider
1616
using pytest's more powerful :ref:`fixture mechanism
1717
<fixture>` which leverages the concept of dependency injection, allowing
1818
for a more modular and more scalable approach for managing test state,

0 commit comments

Comments
 (0)