Skip to content

Commit

Permalink
Remove an extra space after definition of the return type pytato.targ…
Browse files Browse the repository at this point in the history
…et.BoundProgram
  • Loading branch information
nkoskelo committed Jul 8, 2024
1 parent 5397085 commit 501ad79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arraycontext/impl/pytato/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def _args_to_cl_buffers(actx, input_id_to_name_in_program, arg_id_to_arg):

class CompiledFunction(abc.ABC):
"""
A callable which captures the :class:`pytato.target.BoundProgram` resulting
A callable which captures the :class:`pytato.target.BoundProgram` resulting
from calling :attr:`~BaseLazilyCompilingFunctionCaller.f` with a given set of
input types, and generating :mod:`loopy` IR from it.
Expand Down

0 comments on commit 501ad79

Please sign in to comment.