Commit 7d6e446a authored by Łukasz Nowak's avatar Łukasz Nowak

- typo

 - do not use self in interface


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27900 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb259a93
......@@ -36,7 +36,7 @@ class IExpandable(Interface):
and its expansion.
"""
def expand(self, applied_rule_id=None, force=0, activate_kw=None, **kw):
def expand(applied_rule_id=None, force=0, activate_kw=None, **kw):
"""
Expand the current Expandable class into the similation
Expand the current Expandable class into the simulation
"""
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