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 54bd737 commit 917419fCopy full SHA for 917419f
Doc/reference/datamodel.rst
@@ -922,8 +922,8 @@ Internal types
922
compiled; :attr:`co_firstlineno` is the first line number of the function;
923
:attr:`co_lnotab` is a string encoding the mapping from bytecode offsets to
924
line numbers (for details see the source code of the interpreter);
925
- :attr:`co_stacksize` is the required stack size (including local variables);
926
- :attr:`co_flags` is an integer encoding a number of flags for the interpreter.
+ :attr:`co_stacksize` is the required stack size; :attr:`co_flags` is an
+ integer encoding a number of flags for the interpreter.
927
928
.. index:: object: generator
929
0 commit comments