diff --git a/pytato/program.py b/pytato/program.py index a3aea61d8afeda808ef03ee930b6151118472f98..4a3660202611a9bbfd08ed766534c9cec25f1fb2 100644 --- a/pytato/program.py +++ b/pytato/program.py @@ -113,7 +113,7 @@ class BoundProgram: @dataclass(init=True, repr=False, eq=False) class BoundPyOpenCLProgram(BoundProgram): - """A wrapper around a :mod:`loopy` kernel for execution with :mod`pyopencl`. + """A wrapper around a :mod:`loopy` kernel for execution with :mod:`pyopencl`. .. attribute:: queue