mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +00:00
Typo repair.
This commit is contained in:
parent
2c2068c4d1
commit
f995cce4df
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ PyAPI_FUNC(PyObject *) PyMethod_Class(PyObject *);
|
||||||
* value associated with name in the dict in which name was found.
|
* value associated with name in the dict in which name was found.
|
||||||
* The point of this routine is that it never calls arbitrary Python
|
* The point of this routine is that it never calls arbitrary Python
|
||||||
* code, so is always "safe": all it does is dict lookups. The function
|
* code, so is always "safe": all it does is dict lookups. The function
|
||||||
* 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
|
||||||
* means "not found").
|
* means "not found").
|
||||||
*/
|
*/
|
||||||
PyAPI_FUNC(PyObject *) _PyInstance_Lookup(PyObject *pinst, PyObject *name);
|
PyAPI_FUNC(PyObject *) _PyInstance_Lookup(PyObject *pinst, PyObject *name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue