Commit 880be6f1 authored by Jack Jansen's avatar Jack Jansen

Use the new, now preferred, form of referring to object specifiers (through

the object, not the module).
parent 8475d025
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment