Skip to content

Commit a2d562d

Browse files
authored
Minor formatting fix in xunit_setup.rst
Fixed location of double-backquote for verbatim text.
1 parent 49827ad commit a2d562d

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)