diff options
Diffstat (limited to 'Mac/OSXResources/app/Resources/English.lproj/Documentation/scripting.html')
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/scripting.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/scripting.html b/Mac/OSXResources/app/Resources/English.lproj/Documentation/scripting.html index ae9ccee..58b1fe2 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/Documentation/scripting.html +++ b/Mac/OSXResources/app/Resources/English.lproj/Documentation/scripting.html @@ -21,7 +21,7 @@ Python:</p> import Finder f = Finder.Finder() -print f.get(Finder.window(1).name) +print f.get(f.window(1).name) </pre></tt></blockquote> <p>is identical to the following piece of AppleScript:</p> |