From: Andrew M. Kuchling Date: Thu, 22 Dec 2005 18:55:43 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5a0~972 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20be3c8a94b68595f736678e2aa398e4457e31ac;p=python Typo fix --- diff --git a/Doc/lib/language.tex b/Doc/lib/language.tex index b593f0e1fc..5cdb113290 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: