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