We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0041a7d commit cf6781fCopy full SHA for cf6781f
1 file changed
wiki/Seq.md
@@ -76,7 +76,7 @@ a *non-overlapping* count!
76
``` pycon
77
>>> "AAAA".count("AA")
78
2
79
->>> Seq("AAAA", generic_dna).count("AA")
+>>> Seq("AAAA").count("AA")
80
81
```
82
0 commit comments