Commit 13c68007 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Typo in comments

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10124 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f733f8f8
......@@ -93,7 +93,7 @@ class FolderMixIn(ExtensionClass.Base, CopyContainer):
is_indexable=is_indexable
) # **kw) removed due to CMF bug
# TODO :the **kw makes it impossible to create content not based on
# ERP5TypeInformation, because factory method often to not support
# ERP5TypeInformation, because factory method often do not support
# keywords arguments.
new_instance = container[new_id]
......
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