summaryrefslogtreecommitdiffstats
path: root/Doc/mac
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-09-22 15:27:11 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-09-22 15:27:11 (GMT)
commit92016dcc912e9c44a9d34ac49994ac576084349c (patch)
tree49b2ee083e9339dc81eeaa5beaf5300674a0d46f /Doc/mac
parent0e5a51d96222d7b9e8669c87f68ea4d372a73f5c (diff)
downloadcpython-92016dcc912e9c44a9d34ac49994ac576084349c.zip
cpython-92016dcc912e9c44a9d34ac49994ac576084349c.tar.gz
cpython-92016dcc912e9c44a9d34ac49994ac576084349c.tar.bz2
SF 810242. Fix doubled word errors.
Diffstat (limited to 'Doc/mac')
-rw-r--r--Doc/mac/libaetypes.tex2
-rw-r--r--Doc/mac/libframework.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libaetypes.tex b/Doc/mac/libaetypes.tex
index 1b6046d..362bc2c 100644
--- a/Doc/mac/libaetypes.tex
+++ b/Doc/mac/libaetypes.tex
@@ -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
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex
index c4d0ef9..289bd80 100644
--- a/Doc/mac/libframework.tex
+++ b/Doc/mac/libframework.tex
@@ -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.