mirror of
https://github.com/python/cpython.git
synced 2025-08-29 13:15:11 +00:00
Fix typos in the Python directory (GH-28767)
This commit is contained in:
parent
6c942a86a4
commit
db693df3e1
7 changed files with 11 additions and 11 deletions
|
@ -588,7 +588,7 @@ specialize_dict_access(
|
|||
{
|
||||
assert(kind == NON_OVERRIDING || kind == NON_DESCRIPTOR || kind == ABSENT ||
|
||||
kind == BUILTIN_CLASSMETHOD || kind == PYTHON_CLASSMETHOD);
|
||||
// No desciptor, or non overriding.
|
||||
// No descriptor, or non overriding.
|
||||
if (type->tp_dictoffset < 0) {
|
||||
SPECIALIZATION_FAIL(base_op, SPEC_FAIL_OUT_OF_RANGE);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue