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 c034e14 commit 3780e9dCopy full SHA for 3780e9d
Lib/idlelib/idle_test/test_help.py
@@ -29,7 +29,7 @@ def test_1window(self):
29
30
def test_4text(self):
31
text = self.window.frame.text
32
- self.assertEqual(text.get('1.0', '1.end'), ' IDLE ')
+ self.assertEqual(text.get('1.0', '1.end'), ' IDLE — Python editor and shell ')
33
34
35
if __name__ == '__main__':
0 commit comments