summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcode.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-05-12 03:07:27 (GMT)
committerFred Drake <fdrake@acm.org>2004-05-12 03:07:27 (GMT)
commitbb066cf84149684297d306a708a82f5c276118fb (patch)
treecf7897fe2a1f260e6a791ebce37048d2568eda6f /Doc/lib/libcode.tex
parentf72de0fb8cf74c7fd99515273cf1d91fcfaf3de2 (diff)
downloadcpython-bb066cf84149684297d306a708a82f5c276118fb.zip
cpython-bb066cf84149684297d306a708a82f5c276118fb.tar.gz
cpython-bb066cf84149684297d306a708a82f5c276118fb.tar.bz2
fix various typos; thanks, George Yoshida!
(closes SF patch #952047)
Diffstat (limited to 'Doc/lib/libcode.tex')
-rw-r--r--Doc/lib/libcode.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcode.tex b/Doc/lib/libcode.tex
index 7bde19b..dc4c717 100644
--- a/Doc/lib/libcode.tex
+++ b/Doc/lib/libcode.tex
@@ -61,7 +61,7 @@ Returns a code object (the same as \code{compile(\var{source},
valid; \code{None} if the command is incomplete; raises
\exception{SyntaxError} if the command is complete and contains a
syntax error, or raises \exception{OverflowError} or
-\exception{ValueError} if the command cotains an invalid literal.
+\exception{ValueError} if the command contains an invalid literal.
\end{funcdesc}