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

JulienPalard webhook-mailer at python.org
Tue Jun 28 03:44:57 EDT 2022


https://github.com/python/cpython/commit/bc7f6fcdf14da32a8f7816ace800a6a91dc1554f
commit: bc7f6fcdf14da32a8f7816ace800a6a91dc1554f
branch: main
author: Julien Palard <julien at palard.fr>
committer: JulienPalard <julien at palard.fr>
date: 2022-06-28T09:44:52+02:00
summary:

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

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

https://github.com/sphinx-contrib/sphinx-lint/issues/39

files:
M Doc/library/idle.rst

diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index df02cdc742616..a4c9b1df8eb46 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.



More information about the Python-checkins mailing list