Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d39370b

Browse files
committed
Issue #28300: Merge from 3.5
2 parents fa4a305 + c16387b commit d39370b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/idlelib/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and omissions and lag behind changes in idlelib.
1616

1717

1818
IDLELIB FILES
19-
Implemetation files not in IDLE MENU are marked (nim).
19+
Implementation files not in IDLE MENU are marked (nim).
2020
Deprecated files and objects are listed separately as the end.
2121

2222
Startup

Lib/test/test_argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4565,7 +4565,7 @@ def test_equality(self):
45654565
self.assertTrue(ns2 != ns3)
45664566
self.assertTrue(ns2 != ns4)
45674567

4568-
def test_equality_returns_notimplemeted(self):
4568+
def test_equality_returns_notimplemented(self):
45694569
# See issue 21481
45704570
ns = argparse.Namespace(a=1, b=2)
45714571
self.assertIs(ns.__eq__(None), NotImplemented)

0 commit comments

Comments
 (0)