From 54eb1885cf9199fac107b373610183262fcb5eeb Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Thu, 7 Nov 2013 23:35:25 +0200 Subject: [PATCH] removed space --- kivy/properties.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/kivy/properties.pyx b/kivy/properties.pyx index d9d6af200..9c2a0e008 100644 --- a/kivy/properties.pyx +++ b/kivy/properties.pyx @@ -1216,7 +1216,6 @@ cdef class VariableListProperty(Property): `\*\*kwargs`: a list of keyword arguments Not currently used. - Keeping in mind that the `default` list is expanded to a list of length 4, here are some examples of how VariabelListProperty's are handled.