Skip to content

Commit 8c60d1b

Browse files
committed
Merge pull request realpython#542 from spollard/master
Update scenarios/gui.rst
2 parents b77bcef + 9b1e9e2 commit 8c60d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/scenarios/gui.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ on all major platforms (Linux, OSX, Windows, Android).
4242
The main resource for information is the website: http://kivy.org
4343

4444
PyObjC
45-
~~~~~~
45+
------
4646
.. note:: Only available on OS X. Don't pick this if you're writing a cross-platform application.
4747

4848
PySide
49-
~~~~~~
49+
------
5050
PySide is a Python binding of the cross-platform GUI toolkit Qt.
5151

5252
http://developer.qt.nokia.com/wiki/PySideDownloads/
5353

5454
PyQt
55-
~~~~
55+
----
5656
.. note:: If your software does not fully comply with the GPL you will need a commercial license!
5757

5858
PyQt provides Python bindings for the Qt Framework (see below).

0 commit comments

Comments
 (0)