mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
SF #859811, typo in docs
This commit is contained in:
parent
360cd4186a
commit
1ecbd67923
4 changed files with 5 additions and 5 deletions
|
|
@ -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()}.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue