Skip to content

Commit 150db0b

Browse files
committed
spelling: occurring
1 parent 19e474e commit 150db0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bpython/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def check(self):
434434

435435
def clear_current_line(self):
436436
"""Called when a SyntaxError occurred in the interpreter. It is
437-
used to prevent autoindentation from occuring after a
437+
used to prevent autoindentation from occurring after a
438438
traceback."""
439439
repl.Repl.clear_current_line(self)
440440
self.s = ''

bpython/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ def tokenize(self, s, newline=False):
10231023

10241024
def clear_current_line(self):
10251025
"""This is used as the exception callback for the Interpreter instance.
1026-
It prevents autoindentation from occuring after a traceback."""
1026+
It prevents autoindentation from occurring after a traceback."""
10271027

10281028
def send_to_external_editor(self, text, filename=None):
10291029
"""Returns modified text from an editor, or the oriignal text if editor

0 commit comments

Comments
 (0)