summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-12-22 18:56:09 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-12-22 18:56:09 (GMT)
commit08a34f9b0b9b9b5530638c97716b768698a33df2 (patch)
tree441a39789d08d380d2a4ba73de40b0e4cb008ef1
parentddaf065db519a1dc4ab1962de7a710f3d0d01f08 (diff)
downloadcpython-08a34f9b0b9b9b5530638c97716b768698a33df2.zip
cpython-08a34f9b0b9b9b5530638c97716b768698a33df2.tar.gz
cpython-08a34f9b0b9b9b5530638c97716b768698a33df2.tar.bz2
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 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: