Skip to content

Commit 60273d7

Browse files
authored
Merge pull request #3541 from samueldg/docs/fix-plugin-list
Fix typo in plugin list example
2 parents 56b3a9e + d694290 commit 60273d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ Contains comma-separated list of modules that should be loaded as plugins:
845845

846846
.. code-block:: bash
847847
848-
export PYTEST_PLUGINS=mymodule.plugin,xdisst
848+
export PYTEST_PLUGINS=mymodule.plugin,xdist
849849
850850
851851
PYTEST_CURRENT_TEST

0 commit comments

Comments
 (0)