diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 07:47:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 07:47:45 (GMT) |
commit | d39c3a4d452b6cdb31ff7788524c5e0954698339 (patch) | |
tree | 9ce7e4c3d90b6690b2f830c06302f046c8fbbb8f /Doc/faq | |
parent | baeb7f850ab7895dce78a0011fc489df1e34b617 (diff) | |
download | cpython-d39c3a4d452b6cdb31ff7788524c5e0954698339.zip cpython-d39c3a4d452b6cdb31ff7788524c5e0954698339.tar.gz cpython-d39c3a4d452b6cdb31ff7788524c5e0954698339.tar.bz2 |
Fix markup.
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/gui.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 9667dcb..b34be2d 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -49,7 +49,7 @@ Qt There are bindings available for the Qt toolkit (using either `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/>`_ or `PySide -<http://www.pyside.org/>`_) and for KDE (`PyKDE http://www.riverbankcomputing.co.uk/software/pykde/intro>`__). +<http://www.pyside.org/>`_) and for KDE (`PyKDE <http://www.riverbankcomputing.co.uk/software/pykde/intro>`_). PyQt is currently more mature than PySide, but you must buy a PyQt license from `Riverbank Computing <http://www.riverbankcomputing.co.uk/software/pyqt/license>`_ if you want to write proprietary applications. PySide is free for all applications. |