summaryrefslogtreecommitdiffstats
path: root/Doc/mac/scripting.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-12-14 15:02:54 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-12-14 15:02:54 (GMT)
commit1ecbd679231dbf1eac714f0fe8298a60ef34d4f6 (patch)
tree5441f64c033eb16e867e7eb7ea16ba255a170100 /Doc/mac/scripting.tex
parent360cd4186a8b87d06b21c4795d6aea73a3e97d96 (diff)
downloadcpython-1ecbd679231dbf1eac714f0fe8298a60ef34d4f6.zip
cpython-1ecbd679231dbf1eac714f0fe8298a60ef34d4f6.tar.gz
cpython-1ecbd679231dbf1eac714f0fe8298a60ef34d4f6.tar.bz2
SF #859811, typo in docs
Diffstat (limited to 'Doc/mac/scripting.tex')
-rw-r--r--Doc/mac/scripting.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/mac/scripting.tex b/Doc/mac/scripting.tex
index 43da493..f0fb092 100644
--- a/Doc/mac/scripting.tex
+++ b/Doc/mac/scripting.tex
@@ -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()}.