1 parent 8e71825 commit d7e03ebCopy full SHA for d7e03eb
1 file changed
Include/classobject.h
@@ -58,10 +58,10 @@ PyAPI_FUNC(PyObject *) PyMethod_Class(PyObject *);
58
* value associated with name in the dict in which name was found.
59
* The point of this routine is that it never calls arbitrary Python
60
* code, so is always "safe": all it does is dict lookups. The function
61
- * can't fail, never sets an exceptionm, and NULL is not an error (it just
+ * can't fail, never sets an exception, and NULL is not an error (it just
62
* means "not found").
63
*/
64
-PyAPI_FUNC(PyObject *)_PyInstance_Lookup(PyObject *pinst, PyObject *name);
+PyAPI_FUNC(PyObject *) _PyInstance_Lookup(PyObject *pinst, PyObject *name);
65
66
/* Macros for direct access to these values. Type checks are *not*
67
done, so use with care. */
0 commit comments