summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/frame.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils/frame.py')
-rw-r--r--contrib/python/ipython/py3/IPython/utils/frame.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/python/ipython/py3/IPython/utils/frame.py b/contrib/python/ipython/py3/IPython/utils/frame.py
index 74c6d4197f4..808906bda81 100644
--- a/contrib/python/ipython/py3/IPython/utils/frame.py
+++ b/contrib/python/ipython/py3/IPython/utils/frame.py
@@ -28,12 +28,10 @@ def extract_vars(*names,**kw):
*names : str
One or more variable names which will be extracted from the caller's
frame.
-
- depth : integer, optional
+ **kw : integer, optional
How many frames in the stack to walk when looking for your variables.
The default is 0, which will use the frame where the call was made.
-
Examples
--------
::