From: Fred Drake Date: Mon, 15 Dec 2003 15:46:04 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.3.3~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a68af6d32e82eca6331129f906f76eb61260d95a;p=thirdparty%2FPython%2Fcpython.git fix typo (backported from trunk revision 1.3) --- diff --git a/Doc/mac/scripting.tex b/Doc/mac/scripting.tex index 43da493d9ede..f0fb092ef603 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()}.