Update of /cvsroot/python/python/dist/src/Doc/mac In directory sc8-pr-cvs1:/tmp/cvs-serv16246 Modified Files: Tag: release23-maint libaetypes.tex libframework.tex Log Message: Fix doubled word errors. Index: libaetypes.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/mac/libaetypes.tex,v retrieving revision 1.2 retrieving revision 1.2.12.1 diff -C2 -d -r1.2 -r1.2.12.1 *** libaetypes.tex 11 Apr 2003 15:35:27 -0000 1.2 --- libaetypes.tex 22 Sep 2003 15:35:27 -0000 1.2.12.1 *************** *** 12,16 **** descriptors and Apple Event object specifiers. ! Apple Event data is 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, --- 12,16 ---- descriptors and Apple Event object specifiers. ! 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, Index: libframework.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/mac/libframework.tex,v retrieving revision 1.9.42.1 retrieving revision 1.9.42.2 diff -C2 -d -r1.9.42.1 -r1.9.42.2 *** libframework.tex 11 Aug 2003 23:43:04 -0000 1.9.42.1 --- libframework.tex 22 Sep 2003 15:35:28 -0000 1.9.42.2 *************** *** 57,61 **** \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 and a callback routine. The callback is called with the arguments menu-id, item number within menu (1-based), current front window and --- 57,61 ---- \begin{funcdesc}{MenuItem}{menu, title\optional{, shortcut, callback}} Create a menu item object. The arguments are the menu to create, the ! 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