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
Copy file name to clipboardExpand all lines: Lib/idlelib/help.html
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ <h3>Navigation</h3>
108
108
<p>IDLE has the following features:</p>
109
109
<ulclass="simple">
110
110
<li>coded in 100% pure Python, using the <aclass="reference internal" href="tkinter.html#module-tkinter" title="tkinter: Interface to Tcl/Tk for graphical user interfaces"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">tkinter</span></code></a> GUI toolkit</li>
111
-
<li>cross-platform: works mostly the same on Windows, Unix, and Mac OS X</li>
111
+
<li>cross-platform: works mostly the same on Windows, Unix, and macOS</li>
112
112
<li>Python shell window (interactive interpreter) with colorizing
113
113
of code input, output, and error messages</li>
114
114
<li>multi-window text editor with multiple undo, Python colorizing,
@@ -128,7 +128,7 @@ <h2>Menus<a class="headerlink" href="#menus" title="Permalink to this headline">
128
128
<p>Output windows, such as used for Edit => Find in Files, are a subtype of editor
129
129
window. They currently have the same top menu but a different
130
130
default title and context menu.</p>
131
-
<p>On MacOS, there is one application menu. It dynamically changes according
131
+
<p>On macOS, there is one application menu. It dynamically changes according
132
132
to the window currently selected. It has an IDLE menu, and some entries
133
133
described below are moved around to conform to Apple guidlines.</p>
<h3>Key bindings<aclass="headerlink" href="#key-bindings" title="Permalink to this headline">¶</a></h3>
401
401
<p>In this section, ‘C’ refers to the <kbdclass="kbd docutils literal notranslate">Control</kbd> key on Windows and Unix and
402
-
the <kbdclass="kbd docutils literal notranslate">Command</kbd> key on Mac OSX.</p>
402
+
the <kbdclass="kbd docutils literal notranslate">Command</kbd> key on macOS.</p>
403
403
<ul>
404
404
<li><pclass="first"><kbdclass="kbd docutils literal notranslate">Backspace</kbd> deletes to the left; <kbdclass="kbd docutils literal notranslate">Del</kbd> deletes to the right</p>
0 commit comments