Skip to content

Commit a42b129

Browse files
committed
typo
1 parent 56caefb commit a42b129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ will construct a `UnivariateKDE` object from the real vector `data`. The optiona
1717
fourier transforms used internally, there should be sufficient spacing to
1818
prevent wrap-around at the boundaries.
1919
* `npoints`: the number of interpolation points to use. The function uses
20-
fast fourier transforms (FFTs) internally, so for optimal efficiency this
20+
fast Fourier transforms (FFTs) internally, so for optimal efficiency this
2121
should be a power of 2 (default = 2048).
2222
* `kernel`: the distributional family to use as the kernel (default =
2323
`Normal`). To add your own kernel, extend the internal `kernel_dist` function.

0 commit comments

Comments
 (0)