From 67368a739a7ebac3547174e435d34d48fb614d8a Mon Sep 17 00:00:00 2001 From: ire-and-curses Date: Fri, 7 Jun 2013 15:07:09 -0700 Subject: [PATCH] two minor typos --- doc/sources/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sources/index.rst b/doc/sources/index.rst index 964c34c62..0e601bac9 100644 --- a/doc/sources/index.rst +++ b/doc/sources/index.rst @@ -9,7 +9,7 @@ rapid development of applications equipped with novel user interfaces, such as multi-touch apps. We recommend that you get started with :doc:`/gettingstarted/index`. Then head -over to the :ref:`guide-index`. We also have a :ref:`quickstart` if you are +over to the :ref:`guide-index`. We also have :ref:`quickstart` if you are impatient. You are probably wondering why you should be interested in using Kivy. There is @@ -34,7 +34,7 @@ Kivy is released under the terms of the GNU LGPL Version 3. You should have received a copy of the LGPL alongside your Kivy distribution. See the file COPYING in the Kivy root folder. An online version of the license can be found at -http://www.gnu.org/licenses/lgpl-3.0.txt +http://www.gnu.org/licenses/lgpl-3.0.txt. In a nutshell, the license allows you to use Kivy in your own projects regardless of whether they are open source, closed source, commercial or free.