You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanid="index-2"></span><h3>Run menu (Editor window only)<aclass="headerlink" href="#run-menu-editor-window-only" title="Permalink to this headline">¶</a></h3>
213
-
<dlclass="docutils" id="python-shell">
214
-
<dt>Python Shell</dt><dd>Open or wake up the Python Shell window.</dd>
215
-
</dl>
216
-
<dlclass="docutils" id="check-module">
217
-
<dt>Check Module</dt><dd>Check the syntax of the module currently open in the Editor window. If the
218
-
module has not been saved IDLE will either prompt the user to save or
219
-
autosave, as selected in the General tab of the Idle Settings dialog. If
220
-
there is a syntax error, the approximate location is indicated in the
221
-
Editor window.</dd>
222
-
</dl>
223
213
<dlclass="docutils" id="run-module">
224
214
<dt>Run Module</dt><dd>Do <aclass="reference internal" href="#check-module"><spanclass="std std-ref">Check Module</span></a>. If no error, restart the shell to clean the
225
215
environment, then execute the module. Output is displayed in the Shell
@@ -234,6 +224,16 @@ <h3>Edit menu (Shell and Editor)<a class="headerlink" href="#edit-menu-shell-and
234
224
settings. <em>Command Line Arguments</em> extend <aclass="reference internal" href="sys.html#sys.argv" title="sys.argv"><codeclass="xref py py-data docutils literal notranslate"><spanclass="pre">sys.argv</span></code></a> as if passed
235
225
on a command line. The module can be run in the Shell without restarting.</dd>
236
226
</dl>
227
+
<dlclass="docutils" id="check-module">
228
+
<dt>Check Module</dt><dd>Check the syntax of the module currently open in the Editor window. If the
229
+
module has not been saved IDLE will either prompt the user to save or
230
+
autosave, as selected in the General tab of the Idle Settings dialog. If
231
+
there is a syntax error, the approximate location is indicated in the
232
+
Editor window.</dd>
233
+
</dl>
234
+
<dlclass="docutils" id="python-shell">
235
+
<dt>Python Shell</dt><dd>Open or wake up the Python Shell window.</dd>
0 commit comments