Thanks to visit codestin.com Credit goes to github.com
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 cb8b946 commit d587272Copy full SHA for d587272
1 file changed
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