Skip to content

Commit bc7f6fc

Browse files
authored
gh-86404: [doc] Fix missing space in idle documentation. (GH-94366)
This should have been spotted by sphinx-lint, tracked here: sphinx-contrib/sphinx-lint#39
1 parent 1bc86c2 commit bc7f6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/idle.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ One may edit pasted code first.
594594
If one pastes more than one statement into Shell, the result will be a
595595
:exc:`SyntaxError` when multiple statements are compiled as if they were one.
596596

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

0 commit comments

Comments
 (0)