mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
Spelling fixes (#2902)
This commit is contained in:
parent
d9d55c91be
commit
49b2734bf1
29 changed files with 54 additions and 54 deletions
|
@ -840,7 +840,7 @@ def _decompose(flag, value):
|
|||
not_covered = value
|
||||
negative = value < 0
|
||||
# issue29167: wrap accesses to _value2member_map_ in a list to avoid race
|
||||
# conditions between iterating over it and having more psuedo-
|
||||
# conditions between iterating over it and having more pseudo-
|
||||
# members added to it
|
||||
if negative:
|
||||
# only check for named flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue