| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 47a8519 commit 2d28150
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -789,7 +789,7 @@ def send_current_block_to_external_editor(self, filename=None): | |||
| 789 | 789 | ||
| 790 | 790 | def send_session_to_external_editor(self, filename=None): | |
| 791 | 791 | for_editor = (u"### current bpython session - file will be " | |
| 792 | - u"reevaluated, ### lines will not be run\n'") | ||
| 792 | + u"reevaluated, ### lines will not be run\n") | ||
| 793 | 793 | for_editor += u'\n'.join(line[len(self.ps1):] | |
| 794 | 794 | if line.startswith(self.ps1) else | |
| 795 | 795 | line[len(self.ps2):] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments