We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc86c2 commit bc7f6fcCopy full SHA for bc7f6fc
Doc/library/idle.rst
@@ -594,7 +594,7 @@ One may edit pasted code first.
594
If one pastes more than one statement into Shell, the result will be a
595
:exc:`SyntaxError` when multiple statements are compiled as if they were one.
596
597
-Lines containing`'RESTART'` mean that the user execution process has been
+Lines containing ``'RESTART'`` mean that the user execution process has been
598
re-started. This occurs when the user execution process has crashed,
599
when one requests a restart on the Shell menu, or when one runs code
600
in an editor window.
0 commit comments