Skip to content

Commit f995cce

Browse files
committed
Typo repair.
1 parent 2c2068c commit f995cce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Include/classobject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ PyAPI_FUNC(PyObject *) PyMethod_Class(PyObject *);
5858
* value associated with name in the dict in which name was found.
5959
* The point of this routine is that it never calls arbitrary Python
6060
* 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
61+
* can't fail, never sets an exception, and NULL is not an error (it just
6262
* means "not found").
6363
*/
64-
PyAPI_FUNC(PyObject *)_PyInstance_Lookup(PyObject *pinst, PyObject *name);
64+
PyAPI_FUNC(PyObject *) _PyInstance_Lookup(PyObject *pinst, PyObject *name);
6565

6666
/* Macros for direct access to these values. Type checks are *not*
6767
done, so use with care. */

0 commit comments

Comments
 (0)