Skip to content

Commit

Permalink
Fix constructor docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Nov 14, 2023
1 parent 864e960 commit dc88138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gt4py/next/constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def empty(
This function supports partial binding of arguments, see :class:`eve.utils.partial` for details.
Arguments:
domain: Definition of the domain of the field (and consequently of the shape of the allocated field buffer).
domain: Definition of the domain of the field (which fix the shape of the allocated field buffer).
See :class:`gt4py.next.common.Domain` for details.
dtype: Definition of the data type of the field. Defaults to `float64`.
Keyword Arguments:
Expand Down

0 comments on commit dc88138

Please sign in to comment.