Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de55c61 commit c16387bCopy full SHA for c16387b
2 files changed
Lib/idlelib/README.txt
@@ -16,7 +16,7 @@ and omissions and lag behind changes in idlelib.
16
17
18
IDLELIB FILES
19
-Implemetation files not in IDLE MENU are marked (nim).
+Implementation files not in IDLE MENU are marked (nim).
20
Deprecated files and objects are listed separately as the end.
21
22
Startup
Lib/test/test_argparse.py
@@ -4550,7 +4550,7 @@ def test_equality(self):
4550
self.assertTrue(ns2 != ns3)
4551
self.assertTrue(ns2 != ns4)
4552
4553
- def test_equality_returns_notimplemeted(self):
+ def test_equality_returns_notimplemented(self):
4554
# See issue 21481
4555
ns = argparse.Namespace(a=1, b=2)
4556
self.assertIs(ns.__eq__(None), NotImplemented)
0 commit comments