diff --git a/kivy/_event.pyx b/kivy/_event.pyx index d2816e9f1..55250fc79 100644 --- a/kivy/_event.pyx +++ b/kivy/_event.pyx @@ -446,9 +446,11 @@ cdef class EventDispatcher(ObjectWithUid): stop after the first callback match. For properties, we remove all matching callbacks. - Note, a callback bound with :meth:`fast_bind` without any largs or - kwargs is equivalent to one bound with :meth:`bind` so either - :meth:`unbind` or :meth:`fast_unbind` will unbind it. + .. note:: + + A callback bound with :meth:`fast_bind` without any largs or + kwargs is equivalent to one bound with :meth:`bind` so either + :meth:`unbind` or :meth:`fast_unbind` will unbind it. ''' cdef EventObservers observers cdef PropertyStorage ps