mirror of https://github.com/kivy/kivy.git
Fixing the docstring: the attribute name was wrong
This commit is contained in:
parent
824d192066
commit
3c98cbdf2d
|
@ -115,7 +115,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