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.
2 parents fa4a305 + c16387b commit d39370bCopy full SHA for d39370b
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
@@ -4565,7 +4565,7 @@ def test_equality(self):
4565
self.assertTrue(ns2 != ns3)
4566
self.assertTrue(ns2 != ns4)
4567
4568
- def test_equality_returns_notimplemeted(self):
+ def test_equality_returns_notimplemented(self):
4569
# See issue 21481
4570
ns = argparse.Namespace(a=1, b=2)
4571
self.assertIs(ns.__eq__(None), NotImplemented)
0 commit comments