]> granicus.if.org Git - python/commitdiff
#2709: clarification.
authorGeorg Brandl <georg@python.org>
Sun, 11 May 2008 10:33:27 +0000 (10:33 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 11 May 2008 10:33:27 +0000 (10:33 +0000)
Doc/library/tk.rst

index 3e2f1003c19ddf883a0042057867ccb88c1f1d9a..8451f6d5e032a4361aff1111a1b230868411ae2d 100644 (file)
@@ -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.