diff --git a/reference/pti/python.rst b/reference/pti/python.rst index aed7ac59c..7fd87e948 100644 --- a/reference/pti/python.rst +++ b/reference/pti/python.rst @@ -84,7 +84,7 @@ Using these precludes the use of alternative runners for other users. To have a consistent interface via tox between projects' unit test jobs the command for running stestr in tox should be set to:: - stestr run '{posargs}' + stestr run {posargs} .. note:: While the use of wrapper scripts can sometimes be useful as a short term