Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3808045

Browse files
committed
Correct misspelling of "separate" in two places.
This closes SF bug #476898.
1 parent db86561 commit 3808045

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/mac/using.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ \subsection{Using the ``Python Interactive'' window}
207207
Use this window like you would the \program{PythonInterpreter}, except
208208
that you cannot use the ``Drag and drop'' method above. Instead,
209209
dropping a script onto the \program{Python IDE} icon will open the
210-
file in a seperate script window (which you can then execute manually
210+
file in a separate script window (which you can then execute manually
211211
-- see section \ref{IDEexecution}).
212212

213213

@@ -262,7 +262,7 @@ \subsection{``Save as'' versus ``Save as Applet''
262262
files or folders onto it, to pass them to the applet the way
263263
command-line users would type them onto the command-line to pass them
264264
as arguments to the script. However, you should make sure to save the
265-
applet as a seperate file, do not overwrite the script you are
265+
applet as a separate file, do not overwrite the script you are
266266
writing, because you will not be able to edit it again.
267267

268268
Accessing the items passed to the applet via ``drag-and-drop'' is done

0 commit comments

Comments
 (0)