diff --git a/product/ERP5/Document/Event.py b/product/ERP5/Document/Event.py
index 5ac30b3612bd8394c43e13505db44cefc9f28577..19cc19428033de6838b702f09fad7e7db2f1b4c1 100644
--- a/product/ERP5/Document/Event.py
+++ b/product/ERP5/Document/Event.py
@@ -132,10 +132,7 @@ class Event(EmailDocument, Movement, AcknowledgeableMixin):
   security.declareProtected(Permissions.AccessContentsInformation,
                             'isAccountable')
   def isAccountable(self):
-    """
-      Returns 1 if this needs to be accounted
-      Only account movements which are not associated to a delivery
-      Whenever delivery is there, delivery has priority
+    """Events are accountable 
     """
     return 1