mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Fix typo.
This commit is contained in:
parent
c8939d23fe
commit
d14bf61d05
1 changed files with 1 additions and 1 deletions
|
@ -1747,7 +1747,7 @@ PyArg_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t m
|
|||
/* For type constructors that don't take keyword args
|
||||
*
|
||||
* Sets a TypeError and returns 0 if the kwds dict is
|
||||
* not emtpy, returns 1 otherwise
|
||||
* not empty, returns 1 otherwise
|
||||
*/
|
||||
int
|
||||
_PyArg_NoKeywords(const char *funcname, PyObject *kw)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue