From: Georg Brandl Date: Sun, 6 Oct 2013 07:47:45 +0000 (+0200) Subject: Fix markup. X-Git-Tag: v2.7.6rc1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d39c3a4d452b6cdb31ff7788524c5e0954698339;p=python Fix markup. --- diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 9667dcb799..b34be2dcd6 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 `_ or `PySide -`_) and for KDE (`PyKDE http://www.riverbankcomputing.co.uk/software/pykde/intro>`__). +`_) and for KDE (`PyKDE `_). PyQt is currently more mature than PySide, but you must buy a PyQt license from `Riverbank Computing `_ if you want to write proprietary applications. PySide is free for all applications.