Add codespell link to documentation.
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Dan Helfman 2023-04-01 14:38:52 -07:00
parent b9328e6d42
commit 275e99d0b9
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ tox -e isort
``` ```
Similarly, if you get errors about spelling mistakes in source code, you can Similarly, if you get errors about spelling mistakes in source code, you can
ask codespell to correct them: ask [codespell](https://github.com/codespell-project/codespell) to correct
them:
```bash ```bash
tox -e codespell tox -e codespell