From b4fb97a6e0d6393c731a0a64472a9be09929e150 Mon Sep 17 00:00:00 2001 From: Ashok Argent-Katwala Date: Fri, 1 May 2020 07:25:49 -0400 Subject: [PATCH] Fix typo in readme. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 58db4b4..4c66d8b 100644 --- a/README.rst +++ b/README.rst @@ -311,8 +311,8 @@ Additionally, during a test run, the following environment variable is defined: * ``PYTEST_XDIST_TESTRUNUID``: the unique id of the test run. -Acessing ``sys.argv`` from the master node in workers ------------------------------------------------------ +Accessing ``sys.argv`` from the master node in workers +------------------------------------------------------ To access the ``sys.argv`` passed to the command-line of the master node, use ``request.config.workerinput["mainargv"]``.