Commit e674a5fd authored by Aurel's avatar Aurel

typo fix

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13158 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7e018b7c
...@@ -68,7 +68,7 @@ class Preference( Folder ): ...@@ -68,7 +68,7 @@ class Preference( Folder ):
"""Clear caches used by methods of this preference """Clear caches used by methods of this preference
# TODO: clear different caches according to the preference priority # TODO: clear different caches according to the preference priority
""" """
clearCache(cache_factory_list=('erp5_ui_short'),) clearCache(cache_factory_list=('erp5_ui_short',))
def _edit(self, **kw): def _edit(self, **kw):
"""edit and clear all caches""" """edit and clear all caches"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment