summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-11 10:33:27 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-11 10:33:27 (GMT)
commit5b54887debc860f1b394c5c706c09ca4a93732f8 (patch)
tree61cda476647f4b54503ac09337fcd9ed14d0a149 /Doc/library
parenta36909e10d6352ff7333375a77af274720a2257f (diff)
downloadcpython-5b54887debc860f1b394c5c706c09ca4a93732f8.zip
cpython-5b54887debc860f1b394c5c706c09ca4a93732f8.tar.gz
cpython-5b54887debc860f1b394c5c706c09ca4a93732f8.tar.bz2
#2709: clarification.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/tk.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/tk.rst b/Doc/library/tk.rst
index 3e2f100..8451f6d 100644
--- a/Doc/library/tk.rst
+++ b/Doc/library/tk.rst
@@ -23,7 +23,8 @@ mechanism which allows Python and Tcl to interact.
:mod:`Tkinter`'s chief virtues are that it is fast, and that it usually comes
bundled with Python. Although it has been used to create some very good
-applications, including IDLE, it has weak documentation and an outdated look and
+applications, including IDLE, its standard documentation is weak (but there
+are some good books and tutorials), and it has an outdated look and
feel. For more modern, better documented, and much more extensive GUI
libraries, see the :ref:`other-gui-packages` section.