Skip to content

Commit ff67612

Browse files
Fix the miscellaneous typo (GH-17700)
A character "i" is omitted. (cherry picked from commit 527f9de) Co-authored-by: cocoatomo <[email protected]>
1 parent 8c0f001 commit ff67612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bound into a function.
4242
4343
.. 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)
4444
45-
Similar to :c:func:`PyCode_New`, but with an extra "posonlyargcount" for positonal-only arguments.
45+
Similar to :c:func:`PyCode_New`, but with an extra "posonlyargcount" for positional-only arguments.
4646
4747
.. versionadded:: 3.8
4848

0 commit comments

Comments
 (0)