Skip to content

Commit

Permalink
bpo-38316: Fix co_stacksize documentation (GH-16983)
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical authored and vstinner committed Dec 15, 2019
1 parent cb8b946 commit d587272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/reference/datamodel.rst
Expand Up @@ -925,8 +925,8 @@ Internal types
the first line number of the function; :attr:`co_lnotab` is a string
encoding the mapping from bytecode offsets to line numbers (for details
see the source code of the interpreter); :attr:`co_stacksize` is the
required stack size (including local variables); :attr:`co_flags` is an
integer encoding a number of flags for the interpreter.
required stack size; :attr:`co_flags` is an integer encoding a number
of flags for the interpreter.

.. index:: object: generator

Expand Down

0 comments on commit d587272

Please sign in to comment.