From f0691a64eac284e5241919ef2d62fa358f8e91ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonel=20C=C3=A2mara?= Date: Fri, 1 Aug 2014 15:46:29 +0100 Subject: [PATCH] typo in a comment --- gluon/dal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gluon/dal.py b/gluon/dal.py index 2677b723..b9301a44 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -11237,8 +11237,8 @@ class Rows(object): """ returns the data as list of trees. - :param parent_name: the name of the field to holding the reference to - the parent (default parent_id). + :param parent_name: the name of the field holding the reference to the + parent (default parent_id). :param children_name: the name where the children of each row will be stored as a list (default children). :param render: whether we will render the fields using their represent