commit | 41c6719fe4505f0f2303ce8b0c1edd1818e0a207 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 04 20:38:44 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 04 20:38:44 2001 +0000 |
tree | 15bde77d88301f7b48c3c45a119a2695bd9a7ec4 | |
parent | 5defb1736d36ea44bbb8f613cd0031d68816819b [diff] |
Put the keywords back in alphabetical order. Apparently somebody didn't use reswords.py, as the comment clearly states. :-(
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 @@ 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}