From: Thierry Parmentelat Date: Fri, 19 Apr 2013 11:01:23 +0000 (+0200) Subject: typo in comment X-Git-Tag: myslice-0.2-1~147 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=0d61ae092a128d92545788f4ee5ec56d47f8c535 typo in comment --- diff --git a/unfold/page.py b/unfold/page.py index 54d3309b..86f9c088 100644 --- a/unfold/page.py +++ b/unfold/page.py @@ -49,7 +49,7 @@ class Page: # this method adds a query to the page # the query will be exposed to js when calling expose_queries - # additionally if exec is set to True, this query will be asynchroneously triggered on page load + # additionally if run_it is set to True, this query will be asynchroneously triggered on page load # in this case (exec=True) the js async callback (see manifold.asynchroneous_success) # offers the option to deliver the result to a specific DOM elt (in this case, set domid) # otherwise (i.e. if domid not provided), it goes through the pubsub system (so all plugins can receive it)