Skip to content

Commit

Permalink
Update pyop2/types/dat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-dolci authored Dec 5, 2024
1 parent 3af2636 commit 3b1560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyop2/types/dat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ def inner(self, other):
def axpy(self, alpha: float, other: 'MixedDat') -> None:
"""Compute the operation :math:`y = \\alpha x + y`.
On this case, `self` is `y` and `other` is `x`.
In this case, ``self`` is ``y`` and ``other`` is ``x``.
"""
self._check_shape(other)
Expand Down

0 comments on commit 3b1560e

Please sign in to comment.