Commit ecee4390 authored by Jérome Perrin's avatar Jérome Perrin

typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43849 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0eccec22
......@@ -86,7 +86,7 @@ class IIdTool(Interface):
Only id generator of type application can be selected.
Example :
my_new_id_list = portal_ids.generateNewLengthIdList(id_group='sale_invoice',
my_new_id_list = portal_ids.generateNewIdList(id_group='sale_invoice',
default=100, id_count=3)
# this can returns ['154', '155', '156']
"""
......
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