summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-04-22 01:51:41 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-04-22 01:51:41 (GMT)
commit3ccdb6ab36db19c79644d5f5bda799f3fcc78aaa (patch)
treeb64b15dbb51536872aeccbc27856f8f60a2f985d
parenta93ee47422ba80ffc75465255df278e174ee803d (diff)
downloadcpython-3ccdb6ab36db19c79644d5f5bda799f3fcc78aaa.zip
cpython-3ccdb6ab36db19c79644d5f5bda799f3fcc78aaa.tar.gz
cpython-3ccdb6ab36db19c79644d5f5bda799f3fcc78aaa.tar.bz2
Typo fixes
-rw-r--r--Doc/mac/scripting.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/scripting.tex b/Doc/mac/scripting.tex
index a6d5df7..5ec4978 100644
--- a/Doc/mac/scripting.tex
+++ b/Doc/mac/scripting.tex
@@ -12,7 +12,7 @@ read Apple's documentation. The "Applescript Language Guide" explains
the conceptual model and the terminology, and documents the standard
suite. The "Open Scripting Architecture" document explains how to use
OSA from an application programmers point of view. In the Apple Help
-Viewer these book sare located in the Developer Documentation, Core
+Viewer these books are located in the Developer Documentation, Core
Technologies section.
@@ -49,7 +49,7 @@ line.
The generated output is a package with a number of modules, one for
every suite used in the program plus an \module{__init__} module to glue
it all together. The Python inheritance graph follows the AppleScript
-inheritance graph, so if a programs dictionary specifies that it
+inheritance graph, so if a program's dictionary specifies that it
includes support for the Standard Suite, but extends one or two verbs
with extra arguments then the output suite will contain a module
\module{Standard_Suite} that imports and re-exports everything from