diff --git a/IPython/core/hooks.py b/IPython/core/hooks.py index acbfaa4..79503de 100644 --- a/IPython/core/hooks.py +++ b/IPython/core/hooks.py @@ -173,7 +173,7 @@ def late_startup_hook(self): #print "default startup hook ok" # dbg -def show_in_pager(self,s): +def show_in_pager(self, data, start, screen_lines): """ Run a string through pager """ # raising TryNext here will use the default paging functionality raise TryNext