From 9fe9b9c45751e3b140482c8409e36959fab81c4a Mon Sep 17 00:00:00 2001
From: "Miss Islington (bot)"
<31488909+miss-islington@users.noreply.github.com>
Date: Sat, 3 Sep 2022 00:59:15 -0700
Subject: [PATCH] gh-75500: Update idlelib/help.html (GH-96523)
(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).