Skip to content

Commit 4562830

Browse files
committed
Spelling typo
1 parent 9aae728 commit 4562830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics_scanner/tokeniser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def _change_mode(self, mode):
367367
self.mode = mode
368368
self.tokens, self.token_indices = self.modes[mode]
369369

370-
# TODO: Rename this to something that remotetly makes sense?
370+
# TODO: Rename this to something that remotely makes sense?
371371
def incomplete(self):
372372
"Get more code from the prescanner and continue."
373373
self.prescanner.incomplete()

0 commit comments

Comments
 (0)