mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Issue #28300: Fix typos, patch by Shlomi Fish
This commit is contained in:
parent
de55c612fb
commit
c16387b17f
2 changed files with 2 additions and 2 deletions
|
|
@ -4550,7 +4550,7 @@ class TestNamespace(TestCase):
|
|||
self.assertTrue(ns2 != ns3)
|
||||
self.assertTrue(ns2 != ns4)
|
||||
|
||||
def test_equality_returns_notimplemeted(self):
|
||||
def test_equality_returns_notimplemented(self):
|
||||
# See issue 21481
|
||||
ns = argparse.Namespace(a=1, b=2)
|
||||
self.assertIs(ns.__eq__(None), NotImplemented)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue