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 150db0b commit 106cfdeCopy full SHA for 106cfde
bpython/repl.py
@@ -1026,7 +1026,7 @@ def clear_current_line(self):
1026
It prevents autoindentation from occurring after a traceback."""
1027
1028
def send_to_external_editor(self, text, filename=None):
1029
- """Returns modified text from an editor, or the oriignal text if editor
+ """Returns modified text from an editor, or the original text if editor
1030
exited with non-zero"""
1031
1032
encoding = getpreferredencoding()
0 commit comments