diff options
author | Guido van Rossum <guido@python.org> | 2001-12-04 20:38:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-12-04 20:38:44 (GMT) |
commit | 41c6719fe4505f0f2303ce8b0c1edd1818e0a207 (patch) | |
tree | 15bde77d88301f7b48c3c45a119a2695bd9a7ec4 /Doc | |
parent | 5defb1736d36ea44bbb8f613cd0031d68816819b (diff) | |
download | cpython-41c6719fe4505f0f2303ce8b0c1edd1818e0a207.zip cpython-41c6719fe4505f0f2303ce8b0c1edd1818e0a207.tar.gz cpython-41c6719fe4505f0f2303ce8b0c1edd1818e0a207.tar.bz2 |
Put the keywords back in alphabetical order. Apparently somebody
didn't use reswords.py, as the comment clearly states. :-(
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref2.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 7faaf01..11dea96 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -265,8 +265,8 @@ 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 yield -continue exec import pass while +class except if or while +continue exec import pass yield def finally in print \end{verbatim} |