Fix some typos, remove redundant words and escapes (#8564)

* doc: Fix typos, remove double words

* Remove redundant escapes in regex
This commit is contained in:
Miroslav Šedivý
2021-04-19 22:39:08 +02:00
committed by GitHub
parent 9078c3ce23
commit fbe66244b8
7 changed files with 17 additions and 18 deletions

View File

@@ -692,9 +692,8 @@ class TestMetafunc:
"""
#714
Test parametrization with 'indirect' parameter applied on
particular arguments. As y is is direct, its value should
be used directly rather than being passed to the fixture
y.
particular arguments. As y is direct, its value should
be used directly rather than being passed to the fixture y.
:param pytester: the instance of Pytester class, a temporary
test directory.