mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 01:40:34 +02:00
Codespell doesn't pick up "re-used" or "re-uses", and ignores the tests/ directory, so fix these manually. Signed-off-by: Damien George <damien@micropython.org>
4 lines
127 B
Python
4 lines
127 B
Python
# usys (and any u-prefix) is always builtin and cannot be overridden by the
|
|
# filesystem.
|
|
print("ERROR: usys from filesystem")
|