diff options
author | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 (GMT) |
commit | 68804315e0f2fe567e62c7023bc87ee358a480e7 (patch) | |
tree | b3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/mac | |
parent | f871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff) | |
download | cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.zip cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.bz2 |
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libframework.tex | 2 | ||||
-rw-r--r-- | Doc/mac/undoc.tex | 2 | ||||
-rw-r--r-- | Doc/mac/using.tex | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex index 289bd80..dc8f99f 100644 --- a/Doc/mac/libframework.tex +++ b/Doc/mac/libframework.tex @@ -151,7 +151,7 @@ to call the application event handler \var{async_dispatch} whenever events are available. This will cause FrameWork window updates and the user interface to remain working during long computations, but will slow the interpreter down and may cause surprising results in non-reentrant code -(such as FrameWork itself). By default \var{async_dispatch} will immedeately +(such as FrameWork itself). By default \var{async_dispatch} will immediately call \var{our_dispatch} but you may override this to handle only certain events asynchronously. Events you do not handle will be passed to Sioux and such. diff --git a/Doc/mac/undoc.tex b/Doc/mac/undoc.tex index 9d3b763..cf96593 100644 --- a/Doc/mac/undoc.tex +++ b/Doc/mac/undoc.tex @@ -59,7 +59,7 @@ for new files. \platform{Mac} \modulesynopsis{Constant definitions for many Mac OS error codes.} -\module{macerrors} cotains constant definitions for many Mac OS error +\module{macerrors} contains constant definitions for many Mac OS error codes. diff --git a/Doc/mac/using.tex b/Doc/mac/using.tex index 84dd755..79547c1 100644 --- a/Doc/mac/using.tex +++ b/Doc/mac/using.tex @@ -157,9 +157,9 @@ section \ref{defaults}. \item When you waved the script icon over the \program{PythonInterpreter}, -the \program{PythonInterpreter} icon did not hilight. Most likely the -Creator code and document type is unset (or set incorrectly) -- this -often happens when a file originates on a non-Mac computer. See +the \program{PythonInterpreter} icon did not highlight. Most likely +the Creator code and document type is unset (or set incorrectly) -- +this often happens when a file originates on a non-Mac computer. See section \ref{creator-code} for more details. \end{itemize} |