From ba6749a4da943eb645d4e939e848cbdf1f070bbb Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Wed, 3 Aug 2016 16:46:45 -0500 Subject: [PATCH] Documentation fix. --- boxtree/area_query.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boxtree/area_query.py b/boxtree/area_query.py index 3c961af..e26e033 100644 --- a/boxtree/area_query.py +++ b/boxtree/area_query.py @@ -388,8 +388,8 @@ class AreaQueryBuilder(object): :arg wait_for: may either be *None* or a list of :class:`pyopencl.Event` instances for whose completion this command waits before starting exeuction. - :returns: a tuple *(lbl, event)*, where *lbl* is an instance of - :class:`LeavesToBallsLookup`, and *event* is a :class:`pyopencl.Event` + :returns: a tuple *(aq, event)*, where *lbl* is an instance of + :class:`AreaQuery`, and *event* is a :class:`pyopencl.Event` for dependency management. """ -- GitLab