From 7560a7b8088f598c11f410478e7f5bf88f68fb56 Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 7 Aug 2019 21:49:30 -0600 Subject: [PATCH] trivial doc change --- doc/en/example/pythoncollection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/example/pythoncollection.rst b/doc/en/example/pythoncollection.rst index 4fd0cb645..cd4e34352 100644 --- a/doc/en/example/pythoncollection.rst +++ b/doc/en/example/pythoncollection.rst @@ -31,7 +31,7 @@ you will see that ``pytest`` only collects test-modules, which do not match the .. code-block:: pytest =========================== test session starts ============================ - platform linux -- Python 3.x.y, pytest-4.x.y, py-1.x.y, pluggy-0.x.y + platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y rootdir: $REGENDOC_TMPDIR, inifile: collected 5 items