From: Fred Drake Date: Mon, 21 May 2001 15:04:28 +0000 (+0000) Subject: Typo: "that" --> "than" X-Git-Tag: v2.1.1c1~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd2f28d3577c4a41c32cb43a17106a2e2c9ccf6d;p=thirdparty%2FPython%2Fcpython.git Typo: "that" --> "than" This closes SF bug #425320. --- diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 58188b53727e..055ad2a70ee1 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