summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYuri Apollov <apollovy@gmail.com>2019-06-02 23:55:28 +0300
committerYuri Apollov <apollovy@gmail.com>2019-06-02 23:57:22 +0300
commit5c016d10217cad03792b3756d6a0aaee4016feeb (patch)
treec92216d638ddf473b530d372fae481a6116bc5e5 /doc
parent733f43b02eafe2934c2e86b7d0370e25dfe95a48 (diff)
downloadpytest-5c016d10217cad03792b3756d6a0aaee4016feeb.tar.gz
Fix typo about interpreters count in doc/en/example/parametrize.html
Diffstat (limited to 'doc')
-rw-r--r--doc/en/example/parametrize.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/example/parametrize.rst b/doc/en/example/parametrize.rst
index ef792afe7..d324fc106 100644
--- a/doc/en/example/parametrize.rst
+++ b/doc/en/example/parametrize.rst
@@ -429,7 +429,7 @@ is to be run with different sets of arguments for its three arguments:
.. literalinclude:: multipython.py
-Running it results in some skips if we don't have all the python interpreters installed and otherwise runs all combinations (5 interpreters times 5 interpreters times 3 objects to serialize/deserialize):
+Running it results in some skips if we don't have all the python interpreters installed and otherwise runs all combinations (3 interpreters times 3 interpreters times 3 objects to serialize/deserialize):
.. code-block:: pytest