summaryrefslogtreecommitdiffstats
path: root/Doc/api/api.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-21 15:04:28 (GMT)
committerFred Drake <fdrake@acm.org>2001-05-21 15:04:28 (GMT)
commitcd2f28d3577c4a41c32cb43a17106a2e2c9ccf6d (patch)
tree6bed498e11726adf6f37dde8a8b0070c5fc4d392 /Doc/api/api.tex
parent38665cabd056c9a0fa467a530046a599c33e10be (diff)
downloadcpython-cd2f28d3577c4a41c32cb43a17106a2e2c9ccf6d.zip
cpython-cd2f28d3577c4a41c32cb43a17106a2e2c9ccf6d.tar.gz
cpython-cd2f28d3577c4a41c32cb43a17106a2e2c9ccf6d.tar.bz2
Typo: "that" --> "than"
This closes SF bug #425320.
Diffstat (limited to 'Doc/api/api.tex')
-rw-r--r--Doc/api/api.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex
index 58188b5..055ad2a 100644
--- a/Doc/api/api.tex
+++ b/Doc/api/api.tex
@@ -55,7 +55,7 @@ Writing an extension module is a relatively well-understood process,
where a ``cookbook'' approach works well. There are several tools
that automate the process to some extent. While people have embedded
Python in other applications since its early existence, the process of
-embedding Python is less straightforward that writing an extension.
+embedding Python is less straightforward than writing an extension.
Many API functions are useful independent of whether you're embedding
or extending Python; moreover, most applications that embed Python