From 9417966a4d3442fbe63d9b683c84f17afd41867a Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 9 Oct 2015 13:31:00 +0200 Subject: [PATCH] fix wrong Available options in title_align replace middle -> center --- kivy/uix/popup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/uix/popup.py b/kivy/uix/popup.py index c382ffd24..741ca72d4 100644 --- a/kivy/uix/popup.py +++ b/kivy/uix/popup.py @@ -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')