Skip to content

Commit

Permalink
Fix user guide typo
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Oct 2, 2024
1 parent 434ac18 commit 172a952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ these. The canonical file for this is either a ``tox.toml`` or ``tox.ini`` file.
[tox]
requires =
tox>=4
env_list = lint, type, 3.{3,2,1}
env_list = lint, type, 3.1{3,2,1}
[testenv]
description = run unit tests
Expand Down Expand Up @@ -108,7 +108,7 @@ in ``tox.toml`` and ``tox`` table in ``tox.ini`` section.
[tox]
requires =
tox>=4
env_list = lint, type, 3.{3,2,1}
env_list = lint, type, 3.1{3,2,1}
We can use it to specify things such as the minimum version of *tox* required or the location of the package under test.
Expand Down

0 comments on commit 172a952

Please sign in to comment.