Add codespell link to documentation.
This commit is contained in:
parent
b9328e6d42
commit
275e99d0b9
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ tox -e isort
|
|||
```
|
||||
|
||||
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
|
||||
tox -e codespell
|
||||
|
|
Loading…
Reference in a new issue