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 dd117c3 commit 527f9deCopy full SHA for 527f9de
1 file changed
Doc/c-api/code.rst
@@ -42,7 +42,7 @@ bound into a function.
42
43
.. c:function:: PyCodeObject* PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, int firstlineno, PyObject *lnotab)
44
45
- Similar to :c:func:`PyCode_New`, but with an extra "posonlyargcount" for positonal-only arguments.
+ Similar to :c:func:`PyCode_New`, but with an extra "posonlyargcount" for positional-only arguments.
46
47
.. versionadded:: 3.8
48
0 commit comments