mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +00:00
#1939: update code object docstring.
This commit is contained in:
parent
d2d291541d
commit
a1e7e13966
1 changed files with 3 additions and 2 deletions
|
@ -179,8 +179,9 @@ validate_and_copy_tuple(PyObject *tup)
|
|||
}
|
||||
|
||||
PyDoc_STRVAR(code_doc,
|
||||
"code(argcount, nlocals, stacksize, flags, codestring, constants, names,\n\
|
||||
varnames, filename, name, firstlineno, lnotab[, freevars[, cellvars]])\n\
|
||||
"code(argcount, kwonlyargcount nlocals, stacksize, flags, codestring,\n\
|
||||
constants, names, varnames, filename, name, firstlineno,\n\
|
||||
lnotab[, freevars[, cellvars]])\n\
|
||||
\n\
|
||||
Create a code object. Not for the faint of heart.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue