Skip to content

Commit e58f533

Browse files
authored
Fixed typo in See Also docstring
1 parent b76e852 commit e58f533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stumpy/mpdist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def mpdist(T_A, T_B, m, percentage=0.05, k=None, normalize=True, p=2.0):
335335
--------
336336
mpdisted : Compute the z-normalized matrix profile distance (MPdist) measure
337337
between any two time series with a distributed dask cluster
338-
gpu_mpdisted : Compute the z-normalized matrix profile distance (MPdist) measure
338+
gpu_mpdist : Compute the z-normalized matrix profile distance (MPdist) measure
339339
between any two time series with one or more GPU devices
340340
341341
Notes
@@ -414,7 +414,7 @@ def mpdisted(dask_client, T_A, T_B, m, percentage=0.05, k=None, normalize=True,
414414
--------
415415
mpdist : Compute the z-normalized matrix profile distance (MPdist) measure
416416
between any two time series
417-
gpu_mpdisted : Compute the z-normalized matrix profile distance (MPdist) measure
417+
gpu_mpdist : Compute the z-normalized matrix profile distance (MPdist) measure
418418
between any two time series with one or more GPU devices
419419
420420
Notes

0 commit comments

Comments
 (0)