commit | 1e296cc8584ef0a6d5b70d8e1eff0a4971460503 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Aug 16 21:04:16 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Aug 16 21:04:16 2008 +0000 |
tree | c59b5318cd9f635dc44b28e662fe7dfc4768f928 | |
parent | 4acb1899c6fe341c4c259c80fe6ba21be34051d2 [diff] [blame] |
add some documentation for symtable
diff --git a/Doc/library/language.rst b/Doc/library/language.rst index bcf9ac0..3cc4b82 100644 --- a/Doc/library/language.rst +++ b/Doc/library/language.rst
@@ -16,6 +16,7 @@ parser.rst ast.rst + symtable.rst symbol.rst token.rst keyword.rst