diff --git a/arraycontext/context.py b/arraycontext/context.py index 30f58cb1e2494447f1496c47e7093b8a37955771..ee989ef5c0795f29ba7b790378c8932ecd6de370 100644 --- a/arraycontext/context.py +++ b/arraycontext/context.py @@ -281,7 +281,7 @@ class ArrayContext(ABC): :class:`ArrayContext`\ 's operations are legal for the types in *array_types*. Note that this tuple is *only* intended for use with :func:`isinstance`. Other uses are not allowed. This allows - for 'types' with overridden :meth:`class.__instancecheck__`. + for 'types' with overridden :meth:`type.__instancecheck__`. .. automethod:: freeze .. automethod:: thaw