]> granicus.if.org Git - python/commitdiff
Issue #28300: Fix typos, patch by Shlomi Fish
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 28 Sep 2016 14:21:52 +0000 (17:21 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 28 Sep 2016 14:21:52 +0000 (17:21 +0300)
Lib/idlelib/README.txt
Lib/test/test_argparse.py

index bc169c88004a790f029ee9e5f534207f1ecf6da7..ff4450495af70a8f516928fcd3498826168fbb83 100644 (file)
@@ -16,7 +16,7 @@ and omissions and lag behind changes in idlelib.
 
 
 IDLELIB FILES
-Implemetation files not in IDLE MENU are marked (nim).
+Implementation files not in IDLE MENU are marked (nim).
 Deprecated files and objects are listed separately as the end.
 
 Startup
index f9ee398899feb0eaec495dd7d04edda59bf190ea..4779a133012597b2596f33d47997aa69bb076d16 100644 (file)
@@ -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)