fix GridLayout doc

This commit is contained in:
gottadiveintopython 2019-09-27 16:13:59 +09:00
parent 0d1156a14f
commit 4ea835defc
1 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ class GridLayout(Layout):
longer set this to a negative value.
:attr:`cols` is a :class:`~kivy.properties.NumericProperty` and defaults to
0.
None.
'''
rows = BoundedNumericProperty(None, min=0, allownone=True)
@ -161,7 +161,7 @@ class GridLayout(Layout):
longer set this to a negative value.
:attr:`rows` is a :class:`~kivy.properties.NumericProperty` and defaults to
0.
None.
'''
col_default_width = NumericProperty(0)