##// END OF EJS Templates
Small docstring/usage message cleanups.
Fernando Perez -
Show More
@@ -693,7 +693,7 b" def magic_history(self, parameter_s = ''):"
693 693
694 694
695 695 def magic_rep(self, arg):
696 r""" Repeat a command, or get command to input line for editing
696 r"""Repeat a command, or get command to input line for editing
697 697
698 698 - %rep (no arguments):
699 699
@@ -26,7 +26,6 b' Tools for Interactive Computing in Python'
26 26
27 27
28 28 Usage
29 -----
30 29
31 30 ipython [subcommand] [options] [files]
32 31
General Comments 0
You need to be logged in to leave comments. Login now