summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-28 10:11:36 (GMT)
committerGitHub <noreply@github.com>2022-06-28 10:11:36 (GMT)
commit926bf235daffcaf71540ca5eed84601a45b34d8b (patch)
treeab161a5e5ae92a40d32153123ece3a87dc4432e8
parent64365d0df97cbf6c9d75f95234ffb16188e85a18 (diff)
downloadcpython-926bf235daffcaf71540ca5eed84601a45b34d8b.zip
cpython-926bf235daffcaf71540ca5eed84601a45b34d8b.tar.gz
cpython-926bf235daffcaf71540ca5eed84601a45b34d8b.tar.bz2
[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 bc7f6fcdf14da32a8f7816ace800a6a91dc1554f) Co-authored-by: Julien Palard <julien@palard.fr> Automerge-Triggered-By: GH:JulienPalard
-rw-r--r--Doc/library/idle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index df02cdc..a4c9b1d 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -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.