diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-17 06:33:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-17 06:33:25 (GMT) |
commit | cce1090d49ba91cdc06c60d8a2af04d057abe7dc (patch) | |
tree | 8b866b9986508cfb7cec89ab4fb5e1c269756b8f /Doc/mac/libminiae.tex | |
parent | c9a4438c16c66af5b196adf172fd3416ac4ec9d3 (diff) | |
download | cpython-cce1090d49ba91cdc06c60d8a2af04d057abe7dc.zip cpython-cce1090d49ba91cdc06c60d8a2af04d057abe7dc.tar.gz cpython-cce1090d49ba91cdc06c60d8a2af04d057abe7dc.tar.bz2 |
Change "\," to just "," in function signatures. This is easier to maintain,
works better with LaTeX2HTML, and allows some simplification of the python.sty
macros.
Diffstat (limited to 'Doc/mac/libminiae.tex')
-rw-r--r-- | Doc/mac/libminiae.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libminiae.tex b/Doc/mac/libminiae.tex index 00666fa..d898551 100644 --- a/Doc/mac/libminiae.tex +++ b/Doc/mac/libminiae.tex @@ -36,14 +36,14 @@ provide its own windows, etc. \setindexsubitem{(AEServer method)} -\begin{funcdesc}{installaehandler}{classe\, type\, callback} +\begin{funcdesc}{installaehandler}{classe, type, callback} Installs an AppleEvent handler. \code{Classe} and \code{type} are the four-char OSA Class and Type designators, \code{'****'} wildcards are allowed. When a matching AppleEvent is received the parameters are decoded and your callback is invoked. \end{funcdesc} -\begin{funcdesc}{callback}{_object\, **kwargs} +\begin{funcdesc}{callback}{_object, **kwargs} Your callback is called with the OSA Direct Object as first positional parameter. The other parameters are passed as keyword arguments, with the 4-char designator as name. Three extra keyword parameters are |