fix: small typo in the docs (#127)

This commit is contained in:
jamielaux 2020-08-11 14:47:33 +01:00 committed by GitHub
parent 212e83ff58
commit 24156c231c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# in this example, there is a newer version already installed, 3.7.7, so the older version will be downloaded
python-version: [3.5, 3.6, 3.7.4, 3.8]
steps: