Docs: fix a small error in Ctxpopup

This commit is contained in:
Davide Andreoli 2015-05-17 14:52:18 +02:00
parent 92c05e801a
commit ac685358bd
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ cdef class Ctxpopup(LayoutClass):
Use this function to simulate clicking outside the ctxpopup to
dismiss it. In this way, the ctxpopup will be hidden and the
"clicked" signal will be emitted.
"dismissed" signal will be emitted.
"""
elm_ctxpopup_dismiss(self.obj)