We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89c865 commit eba61f3Copy full SHA for eba61f3
Doc/reference/datamodel.rst
@@ -925,8 +925,8 @@ Internal types
925
the first line number of the function; :attr:`co_lnotab` is a string
926
encoding the mapping from bytecode offsets to line numbers (for details
927
see the source code of the interpreter); :attr:`co_stacksize` is the
928
- required stack size (including local variables); :attr:`co_flags` is an
929
- 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.
930
931
.. index:: object: generator
932
0 commit comments