File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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``
Original file line number Diff line number Diff 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``
You can’t perform that action at this time.
0 commit comments