diff --git a/arraycontext/context.py b/arraycontext/context.py index 411c5312651a94382dc15a52f8a4d4642d3b7a40..d787471b1f05fd92b6196cbd236f06eddb6e4a57 100644 --- a/arraycontext/context.py +++ b/arraycontext/context.py @@ -366,7 +366,6 @@ class ArrayContext(ABC): it may be called only once (or a few times). :arg f: the function executing the computation. - :arg inputs_like: the input arguments to the function. :return: a function with the same signature as *f*. """ return f