summaryrefslogtreecommitdiffstats
path: root/Doc/library/future_builtins.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-20 07:20:12 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-20 07:20:12 (GMT)
commit5a42ca6c04d2db1f3040ae43f37a4f350251c25c (patch)
treee218178cc7f4c3a60eb311cb3101dee839ec2169 /Doc/library/future_builtins.rst
parent6634bf2919d855ccd821e878b8cc00c7209f1cbe (diff)
downloadcpython-5a42ca6c04d2db1f3040ae43f37a4f350251c25c.zip
cpython-5a42ca6c04d2db1f3040ae43f37a4f350251c25c.tar.gz
cpython-5a42ca6c04d2db1f3040ae43f37a4f350251c25c.tar.bz2
Add notes that tkinter modules will be renamed.
Diffstat (limited to 'Doc/library/future_builtins.rst')
-rw-r--r--Doc/library/future_builtins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/future_builtins.rst b/Doc/library/future_builtins.rst
index e845fe4..d25aff7 100644
--- a/Doc/library/future_builtins.rst
+++ b/Doc/library/future_builtins.rst
@@ -15,7 +15,7 @@ them from this module, like this::
... code using Python 3-style map and filter ...
-The :program:`2to3` tool that ports Python 2 code to Python 3 will recognize
+The :term:`2to3` tool that ports Python 2 code to Python 3 will recognize
this usage and leave the new builtins alone.
.. note::