From 96a4f07107476c0038ff1302b7ef779cab07e8ae Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Wed, 10 Feb 2016 01:17:51 +0000 Subject: Issues #26310, #26311: Fix typos in the documentation and code comments --- Lib/idlelib/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/help.py') diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py index b31596c2eb..24665a82e4 100644 --- a/Lib/idlelib/help.py +++ b/Lib/idlelib/help.py @@ -11,7 +11,7 @@ Help => IDLE Help: Display help.html with proper formatting. Doc/library/idle.rst (Sphinx)=> Doc/build/html/library/idle.html (help.copy_strip)=> Lib/idlelib/help.html -HelpParser - Parse help.html and and render to tk Text. +HelpParser - Parse help.html and render to tk Text. HelpText - Display formatted help.html. -- cgit v1.2.1