Run codespell against source code too, refs #307

This commit is contained in:
Simon Willison 2021-08-03 10:06:08 -07:00
commit cff6afcc43
3 changed files with 5 additions and 3 deletions

View file

@ -44,7 +44,7 @@ It's often worth trying: --encoding=latin-1
""".strip()
# Increase CSV field size limit to maximim possible
# Increase CSV field size limit to maximum possible
# https://stackoverflow.com/a/15063941
field_size_limit = sys.maxsize