From f9f9773ada2f908d69a4d7368276a02a60501334 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Fri, 13 Nov 2009 22:37:43 +0000
Subject: [PATCH] More explicit comment.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30615 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Accessor/TypeDefinition.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/product/ERP5Type/Accessor/TypeDefinition.py b/product/ERP5Type/Accessor/TypeDefinition.py
index 5b8ccacb73..20355595fe 100644
--- a/product/ERP5Type/Accessor/TypeDefinition.py
+++ b/product/ERP5Type/Accessor/TypeDefinition.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2002-2003 Nexedi SARL and Contributors. All Rights Reserved.
@@ -181,7 +182,10 @@ type_definition = {
                              'default' : None,
                              'isList'  : 0,
                            },
-                           # Used for converted documents (ex: data)
+                           # Data content is used for properties
+                           # which intention is store large data
+                           # such as files of BLOBs. It uses pdata
+                           # structure.
     'data'               : { 'cast'    : identity,
                              'null'    : ('', 'None', None,),
                              'default' : None,
-- 
2.30.9