summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-07-24 02:45:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-07-24 02:45:37 (GMT)
commit4020221838601bc89ae37ddb15e20333535dadfe (patch)
tree5e3ff6439e3f56c8f88330921421ffffe29dc24f /Doc/glossary.rst
parent8e234c6e30cf601d5460463a21aabee788bacea2 (diff)
downloadcpython-4020221838601bc89ae37ddb15e20333535dadfe.zip
cpython-4020221838601bc89ae37ddb15e20333535dadfe.tar.gz
cpython-4020221838601bc89ae37ddb15e20333535dadfe.tar.bz2
add some documentation for 2to3
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r--Doc/glossary.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 81e29f1..2655327 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -22,7 +22,8 @@ Glossary
source and traversing the parse tree.
2to3 is available in the standard library as :mod:`lib2to3`; a standalone
- entry point is provided as :file:`Tools/scripts/2to3`.
+ entry point is provided as :file:`Tools/scripts/2to3`. See
+ :ref:`2to3-reference`.
abstract base class
Abstract Base Classes (abbreviated ABCs) complement :term:`duck-typing` by