doc: changed to a proper note

This commit is contained in:
Zen-CODE 2015-02-20 12:31:00 +02:00
parent e4557c6bea
commit 5f8a0ee1c2
1 changed files with 5 additions and 3 deletions

View File

@ -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