Skip to content

Commit 9417966

Browse files
committed
fix wrong Available options in title_align
replace middle -> center
1 parent 57ea052 commit 9417966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivy/uix/popup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class Popup(ModalView):
125125
.. versionadded:: 1.9.0
126126
127127
:attr:`title_align` is a :class:`~kivy.properties.OptionProperty` and
128-
defaults to 'left'. Available options are left, middle, right and justify.
128+
defaults to 'left'. Available options are left, center, right and justify.
129129
'''
130130

131131
title_font = StringProperty('Roboto')

0 commit comments

Comments
 (0)