From bc06f5c5f7af0491195061c261a95ae7a2d9cea2 Mon Sep 17 00:00:00 2001
From: "Miss Islington (bot)"
<31488909+miss-islington@users.noreply.github.com>
Date: Sat, 3 Sep 2022 02:57:07 -0700
Subject: [PATCH] gh-75500: Update idlelib/help.html (GH-96523) (#96524)
(cherry picked from commit 837ce6460d6554e9d7a847951ca5108ac6926ee5)
Co-authored-by: Terry Jan Reedy
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).