Skip to content

Commit b259eae

Browse files
committed
minor change in docstring
1 parent 70bf879 commit b259eae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdp/pyfftw_sdp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ def __call__(self, Q, T, n_threads=1, planning_flag="FFTW_MEASURE"):
2929
Parameters
3030
----------
3131
Q : numpy.ndarray
32-
Query array or subsequence
32+
Query array or subsequence.
3333
3434
T : numpy.ndarray
35-
Time series or sequence
35+
Time series or sequence.
3636
3737
n_threads : int, default=1
3838
Number of threads to use for FFTW computations.

0 commit comments

Comments
 (0)