mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
SF 810242. Fix doubled word errors.
This commit is contained in:
parent
0e5a51d962
commit
92016dcc91
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
The \module{aetypes} defines classes used to represent Apple Event data
|
||||
descriptors and Apple Event object specifiers.
|
||||
|
||||
Apple Event data is is contained in descriptors, and these descriptors
|
||||
Apple Event data is contained in descriptors, and these descriptors
|
||||
are typed. For many descriptors the Python representation is simply the
|
||||
corresponding Python type: \code{typeText} in OSA is a Python string,
|
||||
\code{typeFloat} is a float, etc. For OSA types that have no direct
|
||||
|
|
|
@ -56,7 +56,7 @@ at the end).
|
|||
|
||||
\begin{funcdesc}{MenuItem}{menu, title\optional{, shortcut, callback}}
|
||||
Create a menu item object. The arguments are the menu to create, the
|
||||
item item title string and optionally the keyboard shortcut
|
||||
item title string and optionally the keyboard shortcut
|
||||
and a callback routine. The callback is called with the arguments
|
||||
menu-id, item number within menu (1-based), current front window and
|
||||
the event record.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue