Skip to content

Fix typos discovered by codespell#13869

Open
cclauss wants to merge 2 commits into
explosion:masterfrom
cclauss:codespell
Open

Fix typos discovered by codespell#13869
cclauss wants to merge 2 commits into
explosion:masterfrom
cclauss:codespell

Conversation

@cclauss

@cclauss cclauss commented Aug 31, 2025

Copy link
Copy Markdown

Description

Types of change

codespell --skip="./spacy/lang/*,./spacy/tests/lang/*,./spacy/util.py,*.json*,*.pyx,*.svg" \
    --ignore-words-list=bu,fo,fpr,ines,ist,nam,nd,noo,notin,oder,pres,sie,te,teh,testin,uner,varius \
    --write-changes

https://pypi.org/project/codespell

Unfortunately, the required black and isort formatting and mypy fixes make the diff more difficult to read.

Dependency blis fails to build. :-( https://github.com/explosion/cython-blis

Related to:

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran the tests, and all new and existing tests passed.
  • My changes don't require a change to the documentation, or if they do, I've added all required information.
@cclauss cclauss force-pushed the codespell branch 4 times, most recently from c5e8399 to 5f98a90 Compare August 31, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant