diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index af5cbd5a5ba4c3..722406b81a8ae6 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -113,9 +113,9 @@
Source code: Lib/idlelib
-The Lib/idlelib package implements the IDLE application. See the top -of this file or content listing on the left for how to use IDLE.
+The Lib/idlelib package implements the IDLE application. See the rest +of this page for how to use IDLE.
The files in idlelib are described in idlelib/README.txt. Access it either in idlelib or click Help => About IDLE on the IDLE menu. This file also maps IDLE menu items to the code that implements the item. Except for files listed under ‘Startup’, the idlelib code is ‘private’ in sense that feature changes can be backported (see PEP 434).
- @@ -1066,9 +1067,9 @@