From f42fac62b3ab79ff71da9b8c50bc2f555a95580e Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Tue, 2 Jun 2020 23:15:37 -0500 Subject: [PATCH] Fix typo --- pytato/program.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytato/program.py b/pytato/program.py index a3aea61..4a36602 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 -- GitLab