kivy: (trivial) fix typo in error msg
This commit is contained in:
@@ -34,8 +34,8 @@ try:
|
|||||||
import kivy
|
import kivy
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# This error ideally shouldn't be raised with pre-built packages
|
# This error ideally shouldn't be raised with pre-built packages
|
||||||
sys.exit("Error: Could not import kivy. Please install it using the" + \
|
sys.exit("Error: Could not import kivy. Please install it using the "
|
||||||
"instructions mentioned here `http://kivy.org/#download` .")
|
"instructions mentioned here `https://kivy.org/#download` .")
|
||||||
|
|
||||||
# minimum required version for kivy
|
# minimum required version for kivy
|
||||||
kivy.require('1.8.0')
|
kivy.require('1.8.0')
|
||||||
|
|||||||
Reference in New Issue
Block a user