Closed eriknw closed 9 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Thanks for this! The docs build is broken. I'll make sure fix it and get this in today or tomorrow
Did you use a spell checker with your IDE? I'd love to use one haha.
Yeah, many IDEs have spell checkers, but I (eventually) used https://github.com/codespell-project/codespell which can also be set up as a pre-commit hook (for that, though, you'd need to not include csv files and include an ignore list for false positives).
I saw a few notable typos, so I thought I'd contribute a fix :)