From 10dd844c24acd792e76af5212be2cb9ff7e1dbdc Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Thu, 25 Feb 2010 14:44:38 +0000
Subject: [PATCH] Fix comment.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33125 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/mixin/cached_convertable.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/mixin/cached_convertable.py b/product/ERP5/mixin/cached_convertable.py
index 2195250fa8..abaa97f2a7 100644
--- a/product/ERP5/mixin/cached_convertable.py
+++ b/product/ERP5/mixin/cached_convertable.py
@@ -45,7 +45,7 @@ class CachedConvertableMixin:
   """
   This class provides a generic implementation of IConvertable.
 
-    This class provides a generic API to store in the ZODB
+    This class provides a generic API to store using portal_caches plugin structure
     various converted versions of a file or of a string.
 
     Versions are stored in dictionaries; the class stores also
-- 
2.30.9