Skip to content

Commit

Permalink
Docs style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Mar 21, 2022
1 parent 1a40997 commit 371c33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(
Args:
y: Measurement.
A: Forward operator. Defaults to ``None``, in which case
``self.A`` is a :class:`.Identity` with input shape
`self.A` is a :class:`.Identity` with input shape
and dtype determined by the shape and dtype of `y`.
f: Functional :math:`f`. If defined, the loss function is
:math:`\alpha f(\mb{y} - A(\mb{x}))`. If ``None``, then
Expand Down

0 comments on commit 371c33b

Please sign in to comment.