mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Fix typos. Reported by andportnoy on GitHub.
This commit is contained in:
parent
3a31cca4ab
commit
0ac70c0e90
2 changed files with 2 additions and 2 deletions
|
@ -3944,7 +3944,7 @@ _PyObject_GetState(PyObject *obj, int required)
|
|||
}
|
||||
|
||||
/* If we found some slot attributes, pack them in a tuple along
|
||||
the orginal attribute dictionary. */
|
||||
the original attribute dictionary. */
|
||||
if (PyDict_Size(slots) > 0) {
|
||||
PyObject *state2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue