From 67aa662b7039c165081298fed0b9e441dfd18c00 Mon Sep 17 00:00:00 2001
From: Matthias Diener <mdiener@illinois.edu>
Date: Sat, 12 Jun 2021 11:55:33 -0500
Subject: [PATCH] small doc fix

---
 arraycontext/context.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arraycontext/context.py b/arraycontext/context.py
index fea2273..80e32b8 100644
--- a/arraycontext/context.py
+++ b/arraycontext/context.py
@@ -195,7 +195,7 @@ class ArrayContext(ABC):
         """Execute the :mod:`loopy` program *program* on the arguments
         *kwargs*.
 
-        *program* is a :class:`loopy.LoopKernel` or :class:`loopy.LoopKernel`.
+        *program* is a :class:`loopy.LoopKernel` or :class:`loopy.TranslationUnit`.
         It is expected to not yet be transformed for execution speed.
         It must have :attr:`loopy.Options.return_dict` set.
 
-- 
GitLab