summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-06-23 16:26:44 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-06-23 16:26:44 (GMT)
commite7e03cd0cffbc4087e9baa98ac3eeec42d05310c (patch)
tree8863ce4d83c9b618b611462b04c2b427739254be /Doc/ref
parentff00fdae23d05bd93e913c917b3138cc2aea8cc2 (diff)
downloadcpython-e7e03cd0cffbc4087e9baa98ac3eeec42d05310c.zip
cpython-e7e03cd0cffbc4087e9baa98ac3eeec42d05310c.tar.gz
cpython-e7e03cd0cffbc4087e9baa98ac3eeec42d05310c.tar.bz2
Fix typo
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref2.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex
index 6650b99..c08f7f4 100644
--- a/Doc/ref/ref2.tex
+++ b/Doc/ref/ref2.tex
@@ -260,7 +260,7 @@ identifiers. They must be spelled exactly as written here:%
and del for is raise
assert elif from lambda return
break else global not try
-class except if or yeild
+class except if or yield
continue exec import pass while
def finally in print
\end{verbatim}