Show More
@@ -728,7 +728,7 class TerminalInteractiveShell(InteractiveShell): | |||
|
728 | 728 | |
|
729 | 729 | def showindentationerror(self): |
|
730 | 730 | super(TerminalInteractiveShell, self).showindentationerror() |
|
731 | if not self.using_magics: | |
|
731 | if not self.using_paste_magics: | |
|
732 | 732 | print("If you want to paste code into IPython, try the " |
|
733 | 733 | "%paste and %cpaste magic functions.") |
|
734 | 734 |
General Comments 0
You need to be logged in to leave comments.
Login now