From 589180410ac20caec546a0805d04f20ba09b4a36 Mon Sep 17 00:00:00 2001
From: Alexandru Fikl <alexfikl@gmail.com>
Date: Fri, 11 Oct 2024 20:05:40 +0300
Subject: [PATCH] docs: update link to __instancecheck__

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

diff --git a/arraycontext/context.py b/arraycontext/context.py
index 30f58cb..ee989ef 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
-- 
GitLab