Skip to content

Commit 7436dfe

Browse files
committed
Merge pull request kivy#3681 from maltouzes/patch-1
fix wrong Available options in title_align
2 parents 57ea052 + 9417966 commit 7436dfe

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)