Skip to content

Commit c75f5fc

Browse files
an Image
1 parent 9f345b2 commit c75f5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aspire/basis/basis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def mat_evaluate_t(self, X):
130130
"""
131131
Evaluate coefficient matrix in dual basis
132132
133-
:param X: The coefficient array as a Image or Volume object of
133+
:param X: The coefficient array as an Image or Volume object of
134134
size `self.sz`-by-`self.sz` to be evaluated.
135135
:return: The evaluation of `X` in the dual basis. This is
136136
`self.count`-by-`self.count`. matrix.

0 commit comments

Comments
 (0)