[FIX] rst rtype specification for a bare list is the constructor name

bzr revid: xmo@openerp.com-20110323122217-ehqru2nu2iq2jhvj
This commit is contained in:
Xavier Morel 2011-03-23 13:22:17 +01:00
parent 1d587145de
commit c6aab663bc
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class DataSet(openerpweb.Controller):
:param sort: sorting directives
:type sort: list
:returns: a list of result records
:rtype: []
:rtype: list
"""
Model = request.session.model(model)
ids = Model.search(domain or [], offset or 0, limit or False,