From 4080e448dea68bf02301aaf62ad3ba42cca1ce0b Mon Sep 17 00:00:00 2001
From: Kaushik Kulkarni <kaushikcfd@gmail.com>
Date: Tue, 29 Jun 2021 07:21:54 -0500
Subject: [PATCH] CompiledFunction: better docs

Co-authored-by: Andreas Kloeckner <inform@tiker.net>
---
 arraycontext/impl/pytato/compile.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arraycontext/impl/pytato/compile.py b/arraycontext/impl/pytato/compile.py
index 2eb6cca..27be8cd 100644
--- a/arraycontext/impl/pytato/compile.py
+++ b/arraycontext/impl/pytato/compile.py
@@ -236,8 +236,9 @@ class LazilyCompilingFunctionCaller:
 @dataclass
 class CompiledFunction:
     """
-    A callable which is an instance of :attr:`~LazilyCompilingFunctionCaller.f`
-    specialized for a particular input type fed to it.
+    A callable which captures the :class:`pytato.target.BoundProgram`  resulting
+    from calling :attr:`~LazilyCompilingFunctionCaller.f` with a given set of
+    input types, and generating :mod:`loopy` IR from it.
 
     .. attribute:: pytato_program
 
-- 
GitLab