Skip to content

Commit

Permalink
Minor docstring edit
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Dec 6, 2023
1 parent d0ad4e4 commit d5838e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/operator/_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def __truediv__(self, scalar):


class DiagonalStack(Operator):
r"""A diagonal stack of Operators.
r"""A diagonal stack of operators.
Given operators :math:`A_1, A_2, \dots, A_N`, create the operator
:math:`H` such that
Expand Down

0 comments on commit d5838e5

Please sign in to comment.