diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-01-05 18:06:56 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-01-05 18:06:56 (GMT) |
commit | 5021428c2b9ebed0a5b7a3d7605ed45cca087dbf (patch) | |
tree | 763afa2ea274a237c0d38e1e0510fb294353232b /Doc | |
parent | 8f771a47168053aebe7ef115b6a4a319cec041f2 (diff) | |
parent | ba232dfc83fcdff27b014c8db6c1e1919b42d28e (diff) | |
download | cpython-5021428c2b9ebed0a5b7a3d7605ed45cca087dbf.zip cpython-5021428c2b9ebed0a5b7a3d7605ed45cca087dbf.tar.gz cpython-5021428c2b9ebed0a5b7a3d7605ed45cca087dbf.tar.bz2 |
Issue #11984: merge with 3.2
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/symbol.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/library/symbol.rst b/Doc/library/symbol.rst index 75a4792..ef9ef1e 100644 --- a/Doc/library/symbol.rst +++ b/Doc/library/symbol.rst @@ -24,11 +24,3 @@ This module also provides one additional data object: Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing more human-readable representation of parse trees to be generated. - - -.. seealso:: - - Module :mod:`parser` - The second example for the :mod:`parser` module shows how to use the - :mod:`symbol` module. - |