Skip to content

Commit 9504301

Browse files
committed
Fixed typo
1 parent ab9f489 commit 9504301

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stumpy/mmotifs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def mmotifs(
7575
max_motifs : int, default 1
7676
The maximum number of motifs to return. To consider returning all possible
7777
valid motifs, try setting `max_motifs` to the length of your input matrix
78-
profile (i.e., `max_motifs=len(P)`
78+
profile (i.e., ``max_motifs=len(P)``)
7979
8080
atol : float, default 1e-8
8181
The absolute tolerance parameter. This value will be added to ``max_distance``

stumpy/motifs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _motifs(
7474
max_motifs : int
7575
The maximum number of motifs to return. To consider returning all possible
7676
valid motifs, try setting `max_motifs` to the length of your input matrix
77-
profile (i.e., `max_motifs=len(P)`)
77+
profile (i.e., ``max_motifs=len(P)``)
7878
7979
atol : float, default 1e-8
8080
The absolute tolerance parameter. This value will be added to `max_distance`
@@ -245,7 +245,7 @@ def motifs(
245245
max_motifs : int, default 1
246246
The maximum number of motifs to return. To consider returning all possible
247247
valid motifs, try setting `max_motifs` to the length of your input matrix
248-
profile (i.e., `max_motifs=len(P)`)
248+
profile (i.e., ``max_motifs=len(P)``)
249249
250250
atol : float, default 1e-8
251251
The absolute tolerance parameter. This value will be added to ``max_distance``

0 commit comments

Comments
 (0)