From d694290626b9810a3a288e0e55116b1a9db4f339 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Tue, 5 Jun 2018 18:27:59 -0400 Subject: [PATCH] Fix typo in plugin list example --- doc/en/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/reference.rst b/doc/en/reference.rst index 5d2f1f153..d8637387e 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -845,7 +845,7 @@ Contains comma-separated list of modules that should be loaded as plugins: .. code-block:: bash - export PYTEST_PLUGINS=mymodule.plugin,xdisst + export PYTEST_PLUGINS=mymodule.plugin,xdist PYTEST_CURRENT_TEST