Skip to content

Commit be7f311

Browse files
committed
Fix spelling
1 parent cb10033 commit be7f311

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ jobs:
142142
with:
143143
python-version: ${{ matrix.python-version }}
144144
- name: Install Aspell
145-
if: matrix.tox-env == 'documents'
146145
run: |
147146
sudo apt-get install aspell aspell-en
148147
- name: Install dependencies

.pyspelling.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ matrix:
2121
- title
2222
- alt
2323
ignores:
24-
- 'code, pre'
25-
- 'a:is(.magiclink-compare, .magiclink-commit, .magiclink-repository)'
26-
- 'span.keys'
24+
- 'code, pre, a.magiclink, span.keys, textarea, sub, sup'
2725
- '.MathJax_Preview, .md-nav__link, .md-footer-custom-text, .md-source__repository, .headerlink, .md-icon'
2826
- '.md-social__link'
2927
- pyspelling.filters.context:

docs/src/dictionary/en-custom.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Unescape
4444
Virtualenv
4545
XHTML
4646
YAML
47+
Zensical
4748
accessor
4849
backticks
4950
blockish

0 commit comments

Comments
 (0)