Skip to content
Snippets Groups Projects
Commit ba6749a4 authored by Matt Wala's avatar Matt Wala
Browse files

Documentation fix.

parent a616dfa6
No related branches found
No related tags found
1 merge request!1Area query
Pipeline #
...@@ -388,8 +388,8 @@ class AreaQueryBuilder(object): ...@@ -388,8 +388,8 @@ class AreaQueryBuilder(object):
:arg wait_for: may either be *None* or a list of :class:`pyopencl.Event` :arg wait_for: may either be *None* or a list of :class:`pyopencl.Event`
instances for whose completion this command waits before starting instances for whose completion this command waits before starting
exeuction. exeuction.
:returns: a tuple *(lbl, event)*, where *lbl* is an instance of :returns: a tuple *(aq, event)*, where *lbl* is an instance of
:class:`LeavesToBallsLookup`, and *event* is a :class:`pyopencl.Event` :class:`AreaQuery`, and *event* is a :class:`pyopencl.Event`
for dependency management. for dependency management.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment