diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 12:46:35 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 12:46:35 +0200 |
commit | 892cd0ef1fbcee49e4135300c3a869c0e03ba84c (patch) | |
tree | 5294687390b2583acc689ec22944e01afced1a68 | |
parent | 92666d9c2b97381aa3d700a4b41291be348c3d33 (diff) | |
parent | 0688d68d14188feaef88a6900b6cc030d2f80559 (diff) | |
download | cpython-git-892cd0ef1fbcee49e4135300c3a869c0e03ba84c.tar.gz |
merge with 3.3
-rw-r--r-- | Doc/library/othergui.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst index da66003b62..ae5d0dba48 100644 --- a/Doc/library/othergui.rst +++ b/Doc/library/othergui.rst @@ -20,7 +20,7 @@ available for Python: of the library, GTK+ 2. It provides an object oriented interface that is slightly higher level than the C one. There are also bindings to `GNOME <http://www.gnome.org>`_. One well known PyGTK application is - `PythonCAD <http://www.pythoncad.org/>`_. An online `tutorial + `WingIDE <http://wingide.com/>`_. An online `tutorial <http://www.pygtk.org/pygtk2tutorial/index.html>`_ is available. `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/>`_ |