Skip to content

Commit d15dc31

Browse files
SyntaxColoringseifertm
authored andcommitted
Fix 3109/3108 typo.
1 parent b67874e commit d15dc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ allowlist_externals =
2929
# Python 3.10.8 is the most recent version that triggers
3030
# https://github.com/pytest-dev/pytest-asyncio/issues/757.
3131
#
32-
# We need to set basepython explicitly here because if we just added "py3109" to
33-
# envlist, tox would interpret that as "any py310".
32+
# We need to set basepython explicitly here because if we just added "py3108" to
33+
# envlist, tox would interpret that as "py310".
3434
basepython = python3.10.8
3535

3636
[testenv:docs]

0 commit comments

Comments
 (0)