Kaydet (Commit) d14bf61d authored tarafından Walter Dörwald's avatar Walter Dörwald

Fix typo.

üst c8939d23
...@@ -1747,7 +1747,7 @@ PyArg_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t m ...@@ -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 /* For type constructors that don't take keyword args
* *
* Sets a TypeError and returns 0 if the kwds dict is * Sets a TypeError and returns 0 if the kwds dict is
* not emtpy, returns 1 otherwise * not empty, returns 1 otherwise
*/ */
int int
_PyArg_NoKeywords(const char *funcname, PyObject *kw) _PyArg_NoKeywords(const char *funcname, PyObject *kw)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment