From 1616e677b0372b2c6e5c9e41599f3a6876527d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 30 Sep 2009 07:30:17 +0000 Subject: [PATCH] - explain type of returned objects git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29308 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/interfaces/simulation_movement.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/product/ERP5/interfaces/simulation_movement.py b/product/ERP5/interfaces/simulation_movement.py index 98423f9f68..64413ea641 100644 --- a/product/ERP5/interfaces/simulation_movement.py +++ b/product/ERP5/interfaces/simulation_movement.py @@ -95,9 +95,7 @@ class ISimulationMovement(Interface): """ def getDivergenceList(): - """Returns a list of divergences - XXX - unclear, please explan what the returned documents - or object are (type, class) + """Returns a list of divergences using DivergenceMessage class """ def isFrozen(): -- GitLab