Skip to content

Commit 106cfde

Browse files
committed
spelling: original
1 parent 150db0b commit 106cfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ def clear_current_line(self):
10261026
It prevents autoindentation from occurring after a traceback."""
10271027

10281028
def send_to_external_editor(self, text, filename=None):
1029-
"""Returns modified text from an editor, or the oriignal text if editor
1029+
"""Returns modified text from an editor, or the original text if editor
10301030
exited with non-zero"""
10311031

10321032
encoding = getpreferredencoding()

0 commit comments

Comments
 (0)