commit | 20be3c8a94b68595f736678e2aa398e4457e31ac | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu Dec 22 18:55:43 2005 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu Dec 22 18:55:43 2005 +0000 |
tree | 80b3121c5bc812fc5a75733c52601d240b0144a2 | |
parent | 5e8d8f930da449d71917c6c52790e8a92ed54330 [diff] [blame] |
Typo fix
diff --git a/Doc/lib/language.tex b/Doc/lib/language.tex index b593f0e..5cdb113 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: