Commit b977ca09 authored by Alexandre Boeglin's avatar Alexandre Boeglin

fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20289 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 117c998e
...@@ -70,7 +70,7 @@ class Order: ...@@ -70,7 +70,7 @@ class Order:
_constraints = ( _constraints = (
{ 'id' : 'applied_rule', { 'id' : 'applied_rule',
'description' : 'There must at most one Applied Rule using this order', 'description' : 'There must be at most one Applied Rule using this order',
'type' : 'CategoryRelatedMembershipArity', 'type' : 'CategoryRelatedMembershipArity',
'min_arity' : '0', 'min_arity' : '0',
'max_arity' : '1', 'max_arity' : '1',
......
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