##// END OF EJS Templates
fixed variable name change
mr.Shu -
Show More
@@ -728,7 +728,7 b' class TerminalInteractiveShell(InteractiveShell):'
728
728
729 def showindentationerror(self):
729 def showindentationerror(self):
730 super(TerminalInteractiveShell, self).showindentationerror()
730 super(TerminalInteractiveShell, self).showindentationerror()
731 if not self.using_magics:
731 if not self.using_paste_magics:
732 print("If you want to paste code into IPython, try the "
732 print("If you want to paste code into IPython, try the "
733 "%paste and %cpaste magic functions.")
733 "%paste and %cpaste magic functions.")
734
734
General Comments 0
You need to be logged in to leave comments. Login now