diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-12-22 18:55:43 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-12-22 18:55:43 (GMT) |
commit | 20be3c8a94b68595f736678e2aa398e4457e31ac (patch) | |
tree | 80b3121c5bc812fc5a75733c52601d240b0144a2 /Doc | |
parent | 5e8d8f930da449d71917c6c52790e8a92ed54330 (diff) | |
download | cpython-20be3c8a94b68595f736678e2aa398e4457e31ac.zip cpython-20be3c8a94b68595f736678e2aa398e4457e31ac.tar.gz cpython-20be3c8a94b68595f736678e2aa398e4457e31ac.tar.bz2 |
Typo fix
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/language.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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: |