Skip to content

Commit

Permalink
bpo-45492: Corrected documentation for co_names in inspect library doc (
Browse files Browse the repository at this point in the history
  • Loading branch information
slateny committed Mar 2, 2022
1 parent b6b711a commit 3257d49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Doc/library/inspect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+-----------+-------------------+---------------------------+
Expand Down

0 comments on commit 3257d49

Please sign in to comment.