diff --git a/boxtree/area_query.py b/boxtree/area_query.py index 3c961af793de6cfa57bf9c053455fc7bccd5c5d2..e26e0331b762a880ac92165ebe3d08aa7a42e180 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. """