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 47a8519 commit 2d28150Copy full SHA for 2d28150
bpython/curtsiesfrontend/repl.py
@@ -789,7 +789,7 @@ def send_current_block_to_external_editor(self, filename=None):
789
790
def send_session_to_external_editor(self, filename=None):
791
for_editor = (u"### current bpython session - file will be "
792
- u"reevaluated, ### lines will not be run\n'")
+ u"reevaluated, ### lines will not be run\n")
793
for_editor += u'\n'.join(line[len(self.ps1):]
794
if line.startswith(self.ps1) else
795
line[len(self.ps2):]
0 commit comments