codespell 2.2.4
As codespell checks strings and if a string looks like the following:
f.write("\tread only = no\n")
It complains that tread is incorrect as it doesn't detect the t as part of the escape sequence.
tread
t
codespell 2.2.4
As codespell checks strings and if a string looks like the following:
It complains that
treadis incorrect as it doesn't detect thetas part of the escape sequence.