diff options
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: |