fugue-project / tutorials

Tutorials for Fugue - A unified interface for distributed computing. Fugue executes SQL, Python, and Pandas code on Spark and Dask without any rewrites.
https://fugue-tutorials.readthedocs.io/
Apache License 2.0
111 stars 19 forks source link

Fix typos #219

Closed eriknw closed 9 months ago

eriknw commented 9 months ago

I saw a few notable typos, so I thought I'd contribute a fix :)

review-notebook-app[bot] commented 9 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

kvnkho commented 9 months ago

Thanks for this! The docs build is broken. I'll make sure fix it and get this in today or tomorrow

kvnkho commented 9 months ago

Did you use a spell checker with your IDE? I'd love to use one haha.

eriknw commented 9 months ago

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).