Skip to content

Commit f6b0c87

Browse files
committed
docstring update
1 parent 6d89b02 commit f6b0c87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aspire/operators/filters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ def evaluate_grid(self, L, *args, dtype=np.float32, **kwargs):
121121
122122
Passes arbritrary args and kwargs down to self.evaluate method.
123123
124-
:param L: Number of grid points (L by L).
124+
:param L: Number of grid points.
125+
L-by-L given a single `L`, or (L0, L1) if L is length 2.
125126
:param dtype: dtype of grid, defaults np.float32.
126127
:return: Filter values at omega's points.
127128
"""

0 commit comments

Comments
 (0)