diff options
author | Guido van Rossum <guido@python.org> | 1996-08-20 17:35:48 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-20 17:35:48 (GMT) |
commit | 0a94dfcab83f540a7aa8ef5bfaa1e90919ba1ebf (patch) | |
tree | b874ceaa56714b6863fb4e5839e5b0b0df8a4ffd /Doc/ref2.tex | |
parent | 25b361fc1423b68c02b691ba523c263e9dc1c641 (diff) | |
download | cpython-0a94dfcab83f540a7aa8ef5bfaa1e90919ba1ebf.zip cpython-0a94dfcab83f540a7aa8ef5bfaa1e90919ba1ebf.tar.gz cpython-0a94dfcab83f540a7aa8ef5bfaa1e90919ba1ebf.tar.bz2 |
Erase all memory of the access statement
Diffstat (limited to 'Doc/ref2.tex')
-rw-r--r-- | Doc/ref2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref2.tex b/Doc/ref2.tex index 9ccfee6..b093998 100644 --- a/Doc/ref2.tex +++ b/Doc/ref2.tex @@ -181,12 +181,12 @@ identifiers. They must be spelled exactly as written here: \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 |