mirror of https://github.com/kivy/kivy.git
Merge pull request #826 from mike-perdide/patch-6
Fixing the docstring: the attribute name was wrong
This commit is contained in:
commit
9203179fed
|
@ -116,7 +116,7 @@ class Popup(ModalView):
|
|||
|
||||
.. versionadded:: 1.1.0
|
||||
|
||||
:data:`background_color` is a :class:`~kivy.properties.ListProperty`,
|
||||
:data:`separator_color` is a :class:`~kivy.properties.ListProperty`,
|
||||
default to [47 / 255., 167 / 255., 212 / 255., 1.]
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in New Issue