Skip to content

Commit 3b8bae8

Browse files
committed
Fixed spelling
1 parent 1860cfb commit 3b8bae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stumpy/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3752,7 +3752,7 @@ def check_ignore_trivial(T_A, T_B, ignore_trivial):
37523752
37533753
Notes
37543754
-----
3755-
These warnings may be supressed by using a context manager
3755+
These warnings may be suppressed by using a context manager
37563756
```
37573757
import stumpy
37583758
import numpy as np
@@ -4528,7 +4528,7 @@ def check_self_join(ignore_trivial):
45284528
45294529
Notes
45304530
-----
4531-
These warnings may be supressed by using a context manager
4531+
These warnings may be suppressed by using a context manager
45324532
```
45334533
import stumpy
45344534
import numpy as np

0 commit comments

Comments
 (0)