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):