From 6799527f3d4759c54248a3f80ac74eeba48b7e54 2008-03-09 13:20:29 From: Ville M. Vainio Date: 2008-03-09 13:20:29 Subject: [PATCH] doc fix --- diff --git a/IPython/Extensions/ipy_profile_sh.py b/IPython/Extensions/ipy_profile_sh.py index 21a8ce7..ab817a2 100644 --- a/IPython/Extensions/ipy_profile_sh.py +++ b/IPython/Extensions/ipy_profile_sh.py @@ -118,8 +118,9 @@ def main(): extend_shell_behavior(ip) class LastArgFinder: - """ Allow $LA work as "last argument of previous command, like $! in bash + """ Allow $LA to work as "last argument of previous command, like $! in bash + To call this in normal IPython code, do str(LA). """ def __str__(self): ip = ipapi.get()