summaryrefslogtreecommitdiffstats
path: root/Doc/library/inspect.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/inspect.rst')
-rw-r--r--Doc/library/inspect.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index 7a6dc9c..8ee2c07 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -191,8 +191,9 @@ attributes:
| | | which this code object |
| | | was defined |
+-----------+-------------------+---------------------------+
-| | co_names | tuple of names of local |
-| | | variables |
+| | co_names | tuple of names other |
+| | | than arguments and |
+| | | function locals |
+-----------+-------------------+---------------------------+
| | co_nlocals | number of local variables |
+-----------+-------------------+---------------------------+