Skip to content

Commit 8655aa7

Browse files
committed
Fix duplicate reference; add help.html changes
1 parent 89b152d commit 8655aa7

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

Doc/library/idle.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Format menu (Editor window only)
179179

180180
Format Paragraph
181181
Rewrap the text block containing the text insert cursor.
182-
Avoid code lines. See :ref:`Format Menu<format-menu>` in the
182+
Avoid code lines. See :ref:`Format block<format-block>` in the
183183
Editing and Navigation section below.
184184

185185
Indent Region
@@ -566,10 +566,10 @@ In an editor, import statements have no effect until one runs the file.
566566
One might want to run a file after writing import statements, after
567567
adding function definitions, or after opening an existing file.
568568

569-
.. _format-menu:
569+
.. _format-block:
570570

571-
Format Menu
572-
^^^^^^^^^^^
571+
Format block
572+
^^^^^^^^^^^^
573573

574574
Reformat Paragraph rewraps a block ('paragraph') of contiguous equally
575575
indented non-blank comments, a similar block of text within a multiline

Lib/idlelib/help.html

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)