Skip to content

Commit 172a952

Browse files
committed
Fix user guide typo
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 434ac18 commit 172a952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user_guide.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ these. The canonical file for this is either a ``tox.toml`` or ``tox.ini`` file.
5454
[tox]
5555
requires =
5656
tox>=4
57-
env_list = lint, type, 3.{3,2,1}
57+
env_list = lint, type, 3.1{3,2,1}
5858
5959
[testenv]
6060
description = run unit tests
@@ -108,7 +108,7 @@ in ``tox.toml`` and ``tox`` table in ``tox.ini`` section.
108108
[tox]
109109
requires =
110110
tox>=4
111-
env_list = lint, type, 3.{3,2,1}
111+
env_list = lint, type, 3.1{3,2,1}
112112
113113
114114
We can use it to specify things such as the minimum version of *tox* required or the location of the package under test.

0 commit comments

Comments
 (0)