From d5838e5f27c9227d35a4a9b7d45f3eef20a2319a Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Wed, 6 Dec 2023 11:49:25 -0700 Subject: [PATCH] Minor docstring edit --- scico/operator/_stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scico/operator/_stack.py b/scico/operator/_stack.py index 232b55d00..dada36b66 100644 --- a/scico/operator/_stack.py +++ b/scico/operator/_stack.py @@ -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