From: Walter Dörwald Date: Thu, 21 Sep 2006 15:09:55 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.6a1~2649 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d14bf61d0528d040183ba9ae7f6b8b4e340818ef;p=python Fix typo. --- diff --git a/Python/getargs.c b/Python/getargs.c index 3fca9cdfce..b676a5e372 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -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)