From: Andrew M. Kuchling Date: Thu, 22 Dec 2005 18:56:09 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.4.3c1~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08a34f9b0b9b9b5530638c97716b768698a33df2;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/lib/language.tex b/Doc/lib/language.tex index b593f0e1fc1a..5cdb113290f0 100644 --- a/Doc/lib/language.tex +++ b/Doc/lib/language.tex @@ -2,7 +2,7 @@ \label{language}} Python provides a number of modules to assist in working with the -Python language. These module support tokenizing, parsing, syntax +Python language. These modules support tokenizing, parsing, syntax analysis, bytecode disassembly, and various other facilities. These modules include: