Skip to content

Commit

Permalink
fix docstring function.dot (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvanzwieten committed Apr 7, 2023
2 parents 5428022 + 1d8e14e commit c0f3b80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nutils/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -2193,8 +2193,9 @@ def dot(__a: IntoArray, __b: IntoArray, axes: Optional[Union[int, Sequence[int]]
Parameters
----------
arg : :class:`Array` or something that can be :meth:`~Array.cast` into one
axis : :class:`int`, a sequence of :class:`int`, or ``None``
a : :class:`Array` or something that can be :meth:`~Array.cast` into one
b : :class:`Array` or something that can be :meth:`~Array.cast` into one
axes : :class:`int`, a sequence of :class:`int`, or ``None``
The axis or axes along which the inner product is performed. If the
second argument has one dimension and axes is ``None``, the default, the
inner product of the second argument with the first axis of the first
Expand Down

0 comments on commit c0f3b80

Please sign in to comment.