Skip to content

Commit 5337437

Browse files
committed
Grammar fix, embed Kivy link
1 parent d6f214a commit 5337437

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
@@ -41,7 +41,7 @@ Gtk
4141
PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library
4242
itself, it is currently licensed under the GNU LGPL. It is worth noting that
4343
PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
44-
recommended that PyGTK is not used for new projects and existing applications
44+
recommended that PyGTK not be used for new projects and existing applications
4545
be ported from PyGTK to PyGObject.
4646

4747
Tk
@@ -60,10 +60,10 @@ available on the `Python Wiki <http://wiki.python.org/moin/TkInter>`_.
6060

6161
Kivy
6262
----
63-
Kivy is a Python library for development of multi-touch enabled media rich applications. The aim is to allow for quick and easy interaction design and rapid prototyping, while making your code reusable and deployable.
63+
`Kivy <http://kivy.org>`_ is a Python library for development of multi-touch enabled media rich applications. The aim is to allow for quick and easy interaction design and rapid prototyping, while making your code reusable and deployable.
6464

6565
Kivy is written in Python, based on OpenGL and supports different input devices such as: Mouse, Dual Mouse, TUIO, WiiMote, WM_TOUCH, HIDtouch, Apple's products and so on.
6666

6767
Kivy is actively being developed by a community and free to use. It operates on all major platforms (Linux, OSX, Windows, Android).
6868

69-
The main resource for information is the website: http://kivy.org
69+
The main resource for information is the website: http://kivy.org

0 commit comments

Comments
 (0)