mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
docs: Fix a few typos (#94899)
- overriden => overridden - calcualation => calculation Signed-off-by: Tim Gates <tim.gates@iress.com>
This commit is contained in:
parent
f83b0cabeb
commit
32b49f613a
3 changed files with 3 additions and 3 deletions
|
@ -5460,7 +5460,7 @@ object_getstate(PyObject *obj, int required)
|
|||
PyCFunction_GET_SELF(getstate) == obj &&
|
||||
PyCFunction_GET_FUNCTION(getstate) == object___getstate__)
|
||||
{
|
||||
/* If __getstate__ is not overriden pass the required argument. */
|
||||
/* If __getstate__ is not overridden pass the required argument. */
|
||||
state = object_getstate_default(obj, required);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue