Skip to content

Commit

Permalink
docs: update link to __instancecheck__
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored and inducer committed Oct 11, 2024
1 parent 47ef276 commit 5891804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arraycontext/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5891804

Please sign in to comment.