summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-12-22 18:55:43 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-12-22 18:55:43 (GMT)
commit20be3c8a94b68595f736678e2aa398e4457e31ac (patch)
tree80b3121c5bc812fc5a75733c52601d240b0144a2 /Doc
parent5e8d8f930da449d71917c6c52790e8a92ed54330 (diff)
downloadcpython-20be3c8a94b68595f736678e2aa398e4457e31ac.zip
cpython-20be3c8a94b68595f736678e2aa398e4457e31ac.tar.gz
cpython-20be3c8a94b68595f736678e2aa398e4457e31ac.tar.bz2
Typo fix
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/language.tex2
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: