Fix typo: arugment -> argument.

This commit is contained in:
Ian Foote 2013-04-07 18:02:44 +01:00
parent eb3ec3611d
commit 5f2ee3ed5f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class GridLayout(Layout):
spacing = VariableListProperty([0, 0], length=2)
'''Spacing between children: [spacing_horizontal, spacing_vertical].
spacing also accepts a one arugment form [spacing].
spacing also accepts a one argument form [spacing].
:data:`spacing` is a :class:`~kivy.properties.VariableListProperty`, default to
[0, 0].