]> granicus.if.org Git - python/commitdiff
Put the keywords back in alphabetical order. Apparently somebody
authorGuido van Rossum <guido@python.org>
Tue, 4 Dec 2001 20:38:44 +0000 (20:38 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Dec 2001 20:38:44 +0000 (20:38 +0000)
didn't use reswords.py, as the comment clearly states. :-(

Doc/ref/ref2.tex

index 7faaf01daf1dc74e1097a252b35fea39b71cfdd0..11dea968d1fbe7b88bc1ec64186271e8281a8c1d 100644 (file)
@@ -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}