mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Issue #27171: Merge typo fixes from 3.5
This commit is contained in:
commit
0b7d84de6b
30 changed files with 51 additions and 51 deletions
|
|
@ -111,7 +111,7 @@ class _SimpleBinder:
|
|||
raise
|
||||
|
||||
# An int in range(1 << len(_modifiers)) represents a combination of modifiers
|
||||
# (if the least significent bit is on, _modifiers[0] is on, and so on).
|
||||
# (if the least significant bit is on, _modifiers[0] is on, and so on).
|
||||
# _state_subsets gives for each combination of modifiers, or *state*,
|
||||
# a list of the states which are a subset of it. This list is ordered by the
|
||||
# number of modifiers is the state - the most specific state comes first.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue