Skip to content

Commit ae22ddc

Browse files
typo
1 parent 77a6f1e commit ae22ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aspire/basis/fpswf_2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self, size, gamma_truncation=1.0, beta=1.0, dtype=np.float32):
3434
Initialize an object for 2D prolate spheroidal wave function (PSWF) basis expansion using fast method.
3535
3636
:param size: The size of the vectors for which to define the basis
37-
and the image resultion. May be a 2-tuple or an integer, in which case
37+
and the image resolution. May be a 2-tuple or an integer, in which case
3838
a square basis is assumed. Currently only square images are supported.
3939
:param gamma_trunc: Truncation parameter of PSWFs, between 0 and 1e6,
4040
which controls the length of the expansion and the approximation error.

0 commit comments

Comments
 (0)