Merge pull request #3932 from abe-101/fix-typo-CONTRIBUTING

fix typo in CONTRIBUTING.md
This commit is contained in:
Fábio C. Barrionuevo da Luz 2022-11-01 22:13:35 -03:00 committed by GitHub
commit d68c33d8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: