Erase all memory of the access statement
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex
index 9ccfee6..b093998 100644
--- a/Doc/ref/ref2.tex
+++ b/Doc/ref/ref2.tex
@@ -181,12 +181,12 @@
 \index{reserved word}
 
 \begin{verbatim}
-access     del        from       lambda     return    
 and        elif       global     not        try       
 break      else       if         or         while     
 class      except     import     pass      
 continue   finally    in         print     
 def        for        is         raise     
+del        from       lambda     return    
 \end{verbatim}
 
 % When adding keywords, pipe it through keywords.py for reformatting