Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Sep 7, 2024
1 parent a85230b commit 75c9c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grudge/array_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@ def get_reasonable_array_context_class(
lazy: bool = True, distributed: bool = True,
fusion: Optional[bool] = None, numpy: bool = False,
) -> Type[ArrayContext]:
"""Returns a reasonable :class:`ArrayContext` currently
supported given the constraints of *lazy* and *distributed*."""
"""Returns a reasonable :class:`~arraycontext.ArrayContext` currently
supported given the constraints of *lazy*, *distributed*, and *numpy*."""
if fusion is None:
fusion = lazy

Expand Down

0 comments on commit 75c9c95

Please sign in to comment.