mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -777,7 +777,7 @@ class ClassPropertiesAndMethods(unittest.TestCase):
|
|||
# see "A Monotonic Superclass Linearization for Dylan",
|
||||
# by Kim Barrett et al. (OOPSLA 1996)
|
||||
def test_consistency_with_epg(self):
|
||||
# Testing consistentcy with EPG...
|
||||
# Testing consistency with EPG...
|
||||
class Pane(object): pass
|
||||
class ScrollingMixin(object): pass
|
||||
class EditingMixin(object): pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue