Skip to content

Commit d964f18

Browse files
committed
DOC: fix a tiny typo
1 parent eb62554 commit d964f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wotplot/_make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def _fill_match_cells(s1, s2, k, md, yorder="BT", s2isrc=False):
358358
Either True (s2 is reverse-complemented) or False (s2 is not
359359
reverse-complemented). Importantly: you should run the forward check
360360
(s1 vs. s2) as the "first pass," and run the reverse-complementary
361-
check (s1. vs. RC(s2)) as the "second pass." If you switch up the
361+
check (s1 vs. RC(s2)) as the "second pass." If you switch up the
362362
order, this will break palindrome detection.
363363
364364
Returns

0 commit comments

Comments
 (0)