docs: update punctuation

Co-authored-by: Adrian Sampson <adrian@radbox.org>
This commit is contained in:
Jef LeCompte 2020-05-27 16:36:27 -04:00 committed by GitHub
parent 0068afcb99
commit 9c93b4d356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
NOSE_SHOW_SKIPPED: 1
steps:
- uses: actions/checkout@v2
- name: Set up python 2.7
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: 2.7
@ -46,7 +46,7 @@ jobs:
NOSE_SHOW_SKIPPED: 1
steps:
- uses: actions/checkout@v2
- name: Set up python 3.${{ matrix.python-version }}
- name: Set up Python 3.${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: 3.${{ matrix.python-version }}
@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python to build docs with sphinx
- name: Set up Python to build docs with Sphinx
uses: actions/setup-python@v2
with:
python-version: 2.7
@ -90,4 +90,4 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox sphinx
- name: Build and check docs using tox
run: tox -e docs
run: tox -e docs