diff --git a/IPython/core/ultratb.py b/IPython/core/ultratb.py index 0447037..0a5fcc2 100644 --- a/IPython/core/ultratb.py +++ b/IPython/core/ultratb.py @@ -834,7 +834,7 @@ class VerboseTB(TBTools): frames.append(self.format_record(*r)) if recursion_repeat: - frames.append('Last %d frames repeated, from:\n' % recursion_repeat) + frames.append('... last %d frames repeated, from the frame below ...\n' % recursion_repeat) frames.append(self.format_record(*records[last_unique+recursion_repeat+1])) return frames