From f441e2227e2e2d8c5780347b7801b2fbff2565c4 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sun, 8 Feb 2004 17:34:12 +0000
Subject: [PATCH] fixed Solanes typo comments added

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@421 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/Task.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/PropertySheet/Task.py b/product/ERP5/PropertySheet/Task.py
index 55c07d3086..f0c519e398 100755
--- a/product/ERP5/PropertySheet/Task.py
+++ b/product/ERP5/PropertySheet/Task.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solane <jp@nexedi.com>
+#                    Jean-Paul Smets-Solanes <jp@nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
@@ -37,6 +37,9 @@ class Task:
         Task is used by
 
         - Movement
+
+        If we want to use a single date, then use start_date and target_start date.
+        stop dates will be acquired from start dates as long as they hold None
     """
 
     _properties = (
-- 
2.30.9