[3.11] gh-86404: [doc] Fix missing space in idle documentation. (GH-94366) (GH-94369)

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

https://github.com/sphinx-contrib/sphinx-lint/issues/39
(cherry picked from commit bc7f6fcdf1)


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

Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
Miss Islington (bot) 2022-06-28 03:11:36 -07:00 committed by GitHub
parent 64365d0df9
commit 926bf235da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.