From 17d34585c0b62e446db6c693a8cc80bffccc6655 2011-07-30 03:34:51 From: Fernando Perez Date: 2011-07-30 03:34:51 Subject: [PATCH] Small docstring/usage message cleanups. --- diff --git a/IPython/core/history.py b/IPython/core/history.py index 0084647..70a8f1d 100644 --- a/IPython/core/history.py +++ b/IPython/core/history.py @@ -693,7 +693,7 @@ def magic_history(self, parameter_s = ''): def magic_rep(self, arg): - r""" Repeat a command, or get command to input line for editing + r"""Repeat a command, or get command to input line for editing - %rep (no arguments): diff --git a/IPython/core/usage.py b/IPython/core/usage.py index a7d691e..27997e4 100644 --- a/IPython/core/usage.py +++ b/IPython/core/usage.py @@ -26,7 +26,6 @@ Tools for Interactive Computing in Python Usage ------ ipython [subcommand] [options] [files]