mirror of https://github.com/kivy/kivy.git
pep8: remove trailing space
This commit is contained in:
parent
31b2ad21b1
commit
dab6ea37ab
|
@ -8,12 +8,12 @@ GNU LGPL.
|
||||||
|
|
||||||
It comes with native support for many multi-touch input devices, a growing
|
It comes with native support for many multi-touch input devices, a growing
|
||||||
library of multi-touch aware widgets and hardware accelerated OpenGL drawing.
|
library of multi-touch aware widgets and hardware accelerated OpenGL drawing.
|
||||||
Kivy is designed to let you focus on building custom and highly interactive
|
Kivy is designed to let you focus on building custom and highly interactive
|
||||||
applications as quickly and easily as possible.
|
applications as quickly and easily as possible.
|
||||||
|
|
||||||
With Kivy, you can take full advantage of the dynamic nature of Python. There
|
With Kivy, you can take full advantage of the dynamic nature of Python. There
|
||||||
are thousands of high-quality, free libraries that can be integrated in your
|
are thousands of high-quality, free libraries that can be integrated in your
|
||||||
application. At the same time, performance-critical parts are implemented
|
application. At the same time, performance-critical parts are implemented
|
||||||
in the C language.
|
in the C language.
|
||||||
|
|
||||||
See http://kivy.org for more information.
|
See http://kivy.org for more information.
|
||||||
|
@ -43,7 +43,7 @@ __kivy_post_configuration = []
|
||||||
|
|
||||||
if sys.platform == 'darwin' and sys.maxint < 9223372036854775807:
|
if sys.platform == 'darwin' and sys.maxint < 9223372036854775807:
|
||||||
r ='''Unsupported Python version detected!:
|
r ='''Unsupported Python version detected!:
|
||||||
Kivy requires a 64 bit version of Python to run on OS X. We strongly advise
|
Kivy requires a 64 bit version of Python to run on OS X. We strongly advise
|
||||||
you to use the version of Python that is provided by Apple (don't use ports,
|
you to use the version of Python that is provided by Apple (don't use ports,
|
||||||
fink or homebrew unless you know what you're doing).
|
fink or homebrew unless you know what you're doing).
|
||||||
See http://kivy.org/docs/installation/installation-macosx.html for details.
|
See http://kivy.org/docs/installation/installation-macosx.html for details.
|
||||||
|
|
Loading…
Reference in New Issue