Skip to content

Commit c6b7014

Browse files
pabs3Michael Howitz
authored andcommitted
Fix typos
Suggested-by: spellintian
1 parent aa4e757 commit c6b7014

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: [ "opened", "reopened", "synchronize" ]
99
schedule:
1010
- cron: '0 12 * * 0' # run once a week on Sunday
11-
# Allow to run this workflow manually from the Actions tab
11+
# Allows running this workflow manually from the Actions tab
1212
workflow_dispatch:
1313

1414
env:
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout
8686
uses: actions/checkout@v2
8787

88-
- name: Setup python
88+
- name: Setup Python
8989
uses: actions/setup-python@v2
9090
with:
9191
python-version: '3.x'

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Changelog
1313
Features
1414
++++++++
1515

16-
- Allow to use a ``str`` as condition for
16+
- Allows using a ``str`` as condition for
1717
``@pytest.mark.flaky(condition)``
1818
which gets evaluated dynamically similarly to
1919
``@pytest.mark.skipif(condition)``.

0 commit comments

Comments
 (0)