diff --git a/arraycontext/context.py b/arraycontext/context.py
index fea22733da3d46a0b5959f0b15f8fd6aa11deba9..80e32b82dbddba3bec46cff0f7628462c36ea0cc 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.