We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aae728 commit 4562830Copy full SHA for 4562830
mathics_scanner/tokeniser.py
@@ -367,7 +367,7 @@ def _change_mode(self, mode):
367
self.mode = mode
368
self.tokens, self.token_indices = self.modes[mode]
369
370
- # TODO: Rename this to something that remotetly makes sense?
+ # TODO: Rename this to something that remotely makes sense?
371
def incomplete(self):
372
"Get more code from the prescanner and continue."
373
self.prescanner.incomplete()
0 commit comments