mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
This commit is contained in:
commit
2eb819f7a8
86 changed files with 136 additions and 136 deletions
|
@ -947,7 +947,7 @@ class SubclassableWeakrefTestCase(TestBase):
|
|||
class WeakMethodTestCase(unittest.TestCase):
|
||||
|
||||
def _subclass(self):
|
||||
"""Return a Object subclass overriding `some_method`."""
|
||||
"""Return an Object subclass overriding `some_method`."""
|
||||
class C(Object):
|
||||
def some_method(self):
|
||||
return 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue