From fc43d00c17ed016337fbac46a532c809321d6a3c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 21 May 2001 15:03:35 +0000 Subject: [PATCH] Typo: "that" --> "than" This closes SF bug #425320. --- Doc/api/api.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/api.tex b/Doc/api/api.tex index e7ba2992dcb..9d3eb3ee8f9 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