Skip to content

Conversation

@cclauss
Copy link

@cclauss cclauss commented Nov 6, 2025

Pull Request check-list

  • Do tests and lints pass with this change?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?

Description of change

Fix typos discovered by codespell - https://pypi.org/project/codespell

codespell --ignore-words-list=contnt,exat,fo,followings,groupt,hel,oll,optin,smove,sugget \
          --skip="*.csv"

codespell --ignore-words-list=contnt,exat,fo,followings,groupt,hel,oll,optin,smove,sugget \
          --skip="*.csv" --write-changes

Related to:

Signed-off-by: Christian Clauss <cclauss@me.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant