Skip to content

Commit

Permalink
[3.11] gh-86404: [doc] Fix missing space in idle documentation. (GH-9…
Browse files Browse the repository at this point in the history
…4366) (GH-94369)

This should have been spotted by sphinx-lint, tracked here:

sphinx-contrib/sphinx-lint#39
(cherry picked from commit bc7f6fc)


Co-authored-by: Julien Palard <julien@palard.fr>

Automerge-Triggered-By: GH:JulienPalard
  • Loading branch information
miss-islington authored Jun 28, 2022
1 parent 64365d0 commit 926bf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/idle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ One may edit pasted code first.
If one pastes more than one statement into Shell, the result will be a
:exc:`SyntaxError` when multiple statements are compiled as if they were one.

Lines containing`'RESTART'` mean that the user execution process has been
Lines containing ``'RESTART'`` mean that the user execution process has been
re-started. This occurs when the user execution process has crashed,
when one requests a restart on the Shell menu, or when one runs code
in an editor window.
Expand Down

0 comments on commit 926bf23

Please sign in to comment.