diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-12-22 18:56:09 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-12-22 18:56:09 (GMT) |
commit | 08a34f9b0b9b9b5530638c97716b768698a33df2 (patch) | |
tree | 441a39789d08d380d2a4ba73de40b0e4cb008ef1 /Doc | |
parent | ddaf065db519a1dc4ab1962de7a710f3d0d01f08 (diff) | |
download | cpython-08a34f9b0b9b9b5530638c97716b768698a33df2.zip cpython-08a34f9b0b9b9b5530638c97716b768698a33df2.tar.gz cpython-08a34f9b0b9b9b5530638c97716b768698a33df2.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: |