From ffcbe4468505a588d51aa32e1318a5c3bd662070 Mon Sep 17 00:00:00 2001 From: Michael Elovskikh Date: Mon, 3 Oct 2016 15:29:08 +0500 Subject: [PATCH] Fix codestyle --- xdist/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdist/plugin.py b/xdist/plugin.py index 77c81e8..a144f20 100644 --- a/xdist/plugin.py +++ b/xdist/plugin.py @@ -38,7 +38,7 @@ def pytest_addoption(parser): "load: send each test to available environment.\n\n" "(default) no: run tests inprocess, don't distribute.")) group._addoption('--dc', dest='distcustom', - help="Custom scheduler implementation") + help="Custom scheduler implementation") group._addoption( '--tx', dest="tx", action="append", default=[], metavar="xspec",