From 6dcd174cbe9b2b9554ad93608bee8e22ff4189c5 2011-11-09 21:38:40 From: Thomas Kluyver Date: 2011-11-09 21:38:40 Subject: [PATCH] Tweak docstring for %recall. Closes gh-932 --- diff --git a/IPython/core/history.py b/IPython/core/history.py index a3a4823..1617c7e 100644 --- a/IPython/core/history.py +++ b/IPython/core/history.py @@ -858,8 +858,9 @@ def magic_history(self, parameter_s = ''): def magic_rep(self, arg): - r"""Repeat a command, or get command to input line for editing. %recall and - %rep are equivalent. + r"""Repeat a command, or get command to input line for editing. + + %recall and %rep are equivalent. - %recall (no arguments):