summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-12-22 18:55:43 +0000
committerAndrew M. Kuchling <amk@amk.ca>2005-12-22 18:55:43 +0000
commit20be3c8a94b68595f736678e2aa398e4457e31ac (patch)
tree80b3121c5bc812fc5a75733c52601d240b0144a2
parent5e8d8f930da449d71917c6c52790e8a92ed54330 (diff)
downloadcpython-git-20be3c8a94b68595f736678e2aa398e4457e31ac.tar.gz
Typo fix
-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 b593f0e1fc..5cdb113290 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: