summaryrefslogtreecommitdiffstats
path: root/Doc/mac/scripting.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-01-19 03:39:17 (GMT)
committerFred Drake <fdrake@acm.org>2005-01-19 03:39:17 (GMT)
commitb184ae860e7a1922918a1822274fb7bacacde163 (patch)
tree613885bc2dbb4d637597c4266738a6805971a2bc /Doc/mac/scripting.tex
parent9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc (diff)
downloadcpython-b184ae860e7a1922918a1822274fb7bacacde163.zip
cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.gz
cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.bz2
fix a bunch of spelling errors
(closes SF patch #1104868)
Diffstat (limited to 'Doc/mac/scripting.tex')
-rw-r--r--Doc/mac/scripting.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/mac/scripting.tex b/Doc/mac/scripting.tex
index f0fb092..5ef7612 100644
--- a/Doc/mac/scripting.tex
+++ b/Doc/mac/scripting.tex
@@ -1,7 +1,7 @@
\chapter{MacPython OSA Modules \label{scripting}}
Python has a fairly complete implementation of the Open Scripting
-Architecure (OSA, also commonly referred to as AppleScript), allowing
+Architecture (OSA, also commonly referred to as AppleScript), allowing
you to control scriptable applications from your Python program,
and with a fairly pythonic interface.