From c1316f8d5cd6e120d82bc6e9c433cd3ef1b9e136 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sat, 8 Jul 2023 17:56:30 +0900 Subject: [PATCH] Update README --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index eda915c..9372725 100644 --- a/README.rst +++ b/README.rst @@ -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: @@ -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 @@ -319,7 +319,7 @@ Known issues Dependencies ------------ -Python 3.5+ +Python 3.7+ no external dependencies.