File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Basic Usage
9090
9191 Filtering
9292==================
93- You can restrict pairs by setting filtering function to ``filter_func `` at
93+ You can restrict pairs by setting a filtering function to ``filter_func `` at
9494``AllPairs `` constructor.
9595
9696:Sample Code:
@@ -198,10 +198,10 @@ Pairs will be returned as ``collections.namedtuple`` instances.
198198 11: Pairs(brand='Brand X', os='2000', minute=15)
199199
200200
201- Parameterized testing with pairwise by using pytest
201+ Parameterized testing pairwise by using pytest
202202====================================================================
203203
204- Parameterized testing: valee matrix
204+ Parameterized testing: value matrix
205205~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
206206:Sample Code:
207207 .. code :: python
@@ -319,7 +319,7 @@ Known issues
319319
320320Dependencies
321321------------
322- Python 3.5 +
322+ Python 3.7 +
323323no external dependencies.
324324
325325
You can’t perform that action at this time.
0 commit comments