Commit 26e3796c authored by Fred Drake's avatar Fred Drake

Correct misspelling of "separate" in two places.

This closes SF bug #476898.
parent dd87a540
...@@ -207,7 +207,7 @@ a class browser, a graphical debugger, and more. ...@@ -207,7 +207,7 @@ a class browser, a graphical debugger, and more.
Use this window like you would the \program{PythonInterpreter}, except Use this window like you would the \program{PythonInterpreter}, except
that you cannot use the ``Drag and drop'' method above. Instead, that you cannot use the ``Drag and drop'' method above. Instead,
dropping a script onto the \program{Python IDE} icon will open the dropping a script onto the \program{Python IDE} icon will open the
file in a seperate script window (which you can then execute manually file in a separate script window (which you can then execute manually
-- see section \ref{IDEexecution}). -- see section \ref{IDEexecution}).
...@@ -262,7 +262,7 @@ saving it as an ``applet'' (by selecting ``Save as applet'' from the ...@@ -262,7 +262,7 @@ saving it as an ``applet'' (by selecting ``Save as applet'' from the
files or folders onto it, to pass them to the applet the way files or folders onto it, to pass them to the applet the way
command-line users would type them onto the command-line to pass them command-line users would type them onto the command-line to pass them
as arguments to the script. However, you should make sure to save the as arguments to the script. However, you should make sure to save the
applet as a seperate file, do not overwrite the script you are applet as a separate file, do not overwrite the script you are
writing, because you will not be able to edit it again. writing, because you will not be able to edit it again.
Accessing the items passed to the applet via ``drag-and-drop'' is done Accessing the items passed to the applet via ``drag-and-drop'' is done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment