Skip to content

Commit 03ea0c6

Browse files
committed
Fixed typo
1 parent cbfdd04 commit 03ea0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics_scanner/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
class TranslateError(Exception):
6-
"""A generic class of tokenizing errors"""
6+
"""A generic class of tokenization errors"""
77
pass
88

99

0 commit comments

Comments
 (0)