summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-01-05 18:06:56 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-01-05 18:06:56 (GMT)
commit5021428c2b9ebed0a5b7a3d7605ed45cca087dbf (patch)
tree763afa2ea274a237c0d38e1e0510fb294353232b /Doc
parent8f771a47168053aebe7ef115b6a4a319cec041f2 (diff)
parentba232dfc83fcdff27b014c8db6c1e1919b42d28e (diff)
downloadcpython-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.rst8
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.
-