fix typo - closes #3931

This commit is contained in:
Abe 2022-11-01 20:59:58 -04:00
parent 2f4bb6c1ba
commit 11b8ffa93d
No known key found for this signature in database
GPG Key ID: 7B605E1EB3F95000

View File

@ -35,7 +35,7 @@ is:
$ tox -e py310
This will run pytest with the python3.9 interpreter, for example.
This will run pytest with the python3.10 interpreter, for example.
To run a particular test with tox for against your current Python version: