Merge pull request #3681 from maltouzes/patch-1

fix wrong Available options in title_align
This commit is contained in:
dessant 2015-10-09 16:50:20 +03:00
commit 7436dfe908
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class Popup(ModalView):
.. versionadded:: 1.9.0
:attr:`title_align` is a :class:`~kivy.properties.OptionProperty` and
defaults to 'left'. Available options are left, middle, right and justify.
defaults to 'left'. Available options are left, center, right and justify.
'''
title_font = StringProperty('Roboto')