From 19de1b7f291d21b4b6e38c8627a79231a2f21cc7 Mon Sep 17 00:00:00 2001 From: E Hershey Date: Sun, 22 Jul 2018 11:39:32 -0400 Subject: [PATCH] typo - PYTEST_ADDOTPS -> PYTEST_ADDOPTS --- doc/en/customize.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/customize.rst b/doc/en/customize.rst index c1a3498c7..2c9c070ad 100644 --- a/doc/en/customize.rst +++ b/doc/en/customize.rst @@ -139,7 +139,7 @@ line options while the environment is in use:: Here's how the command-line is built in the presence of ``addopts`` or the environment variable:: - $PYTEST_ADDOTPS + $PYTEST_ADDOPTS So if the user executes in the command-line::