mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
parent
eb9aca3c07
commit
46f50726a0
67 changed files with 241 additions and 241 deletions
|
@ -1506,7 +1506,7 @@ class TestSingleDispatch(unittest.TestCase):
|
|||
object])
|
||||
|
||||
# MutableSequence below is registered directly on D. In other words, it
|
||||
# preceeds MutableMapping which means single dispatch will always
|
||||
# precedes MutableMapping which means single dispatch will always
|
||||
# choose MutableSequence here.
|
||||
class D(c.defaultdict):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue