]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo
authorFred Drake <fdrake@acm.org>
Mon, 15 Dec 2003 15:46:04 +0000 (15:46 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 15 Dec 2003 15:46:04 +0000 (15:46 +0000)
(backported from trunk revision 1.3)

Doc/mac/scripting.tex

index 43da493d9edee7449050dad33aaf232049d68b5e..f0fb092ef6034eff08899ef98e943d1b166b7d3f 100644 (file)
@@ -69,7 +69,7 @@ Python class implementing the verbs also allows access to the properties
 and elements declared in the AppleScript class "application". In the
 current release that is as far as the object orientation goes, so
 in the example above we need to use
-\code{f.get(f.window(1).name)} in stead of the more Pythonic
+\code{f.get(f.window(1).name)} instead of the more Pythonic
 \code{f.window(1).name.get()}.