Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jul 8, 2023
1 parent 944b170 commit c1316f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Basic Usage
Filtering
==================
You can restrict pairs by setting filtering function to ``filter_func`` at
You can restrict pairs by setting a filtering function to ``filter_func`` at
``AllPairs`` constructor.

:Sample Code:
Expand Down Expand Up @@ -198,10 +198,10 @@ Pairs will be returned as ``collections.namedtuple`` instances.
11: Pairs(brand='Brand X', os='2000', minute=15)
Parameterized testing with pairwise by using pytest
Parameterized testing pairwise by using pytest
====================================================================

Parameterized testing: valee matrix
Parameterized testing: value matrix
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:Sample Code:
.. code:: python
Expand Down Expand Up @@ -319,7 +319,7 @@ Known issues

Dependencies
------------
Python 3.5+
Python 3.7+
no external dependencies.


Expand Down

0 comments on commit c1316f8

Please sign in to comment.