fix wrong Available options in title_align

replace middle -> center
This commit is contained in:
Tony 2015-10-09 13:31:00 +02:00
parent 57ea052dde
commit 9417966a4d
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')