Skip to content

Commit 31d200e

Browse files
hugovkradarhere
andauthored
Fix typo
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 346e88b commit 31d200e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-16.04
3232
strategy:
3333
matrix:
34-
python: [ '2.x', '3.x', , 'pypy2', 'pypy3' ]
34+
python: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
3535
name: Python ${{ matrix.python }} sample
3636
steps:
3737
- uses: actions/checkout@master

0 commit comments

Comments
 (0)