Skip to content

Commit 990266c

Browse files
the same typo
1 parent ae22ddc commit 990266c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aspire/basis/pswf_2d.py

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

0 commit comments

Comments
 (0)