From 50543724d4415f5b586a95233779b19c48ac9665 Mon Sep 17 00:00:00 2001 From: Michele Comitini Date: Fri, 25 Oct 2013 23:12:43 +0200 Subject: [PATCH] fix a docstring --- gluon/dal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gluon/dal.py b/gluon/dal.py index 6bfb2c94..a23af012 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -8135,7 +8135,8 @@ def index(): def executesql(self, query, placeholders=None, as_dict=False, fields=None, colnames=None, as_ordered_dict=False): - """placeholders is optional and will always be None. + """ + placeholders is optional and will always be None. If using raw SQL with placeholders, placeholders may be a sequence of values to be substituted in or, (if supported by the DB driver), a dictionary with keys