Skip to content

Commit cf6781f

Browse files
authored
Update Seq.md
Removing alphabet
1 parent 0041a7d commit cf6781f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wiki/Seq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ a *non-overlapping* count!
7676
``` pycon
7777
>>> "AAAA".count("AA")
7878
2
79-
>>> Seq("AAAA", generic_dna).count("AA")
79+
>>> Seq("AAAA").count("AA")
8080
2
8181
```
8282

0 commit comments

Comments
 (0)