fix bad rest
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Feb 2010 21:11:41 +0100
changeset 4449 0411dca43e05
parent 4448 db672bef1078
child 4450 8000abf9c9d3
fix bad rest
doc/book/en/development/datamodel/definition.rst
--- a/doc/book/en/development/datamodel/definition.rst	Wed Feb 03 21:02:56 2010 +0100
+++ b/doc/book/en/development/datamodel/definition.rst	Wed Feb 03 21:11:41 2010 +0100
@@ -381,7 +381,7 @@
 
 An attribute is defined in the schema as follows::
 
-    attr_name = attr_type(properties*)
+    attr_name = attr_type(properties)
 
 where `attr_type` is one of the type listed above and `properties` is
 a list of the attribute needs to statisfy (see :ref:`properties`