Skip to content

Commit c1316f8

Browse files
committed
Update README
1 parent 944b170 commit c1316f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

320320
Dependencies
321321
------------
322-
Python 3.5+
322+
Python 3.7+
323323
no external dependencies.
324324

325325

0 commit comments

Comments
 (0)