Skip to content

Commit

Permalink
DOC: fix broken ``s oops
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Dec 29, 2024
1 parent 9a3e886 commit 13d25a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ the excellent [`pydivsufsort`](https://github.com/louisabraham/pydivsufsort) lib

2. **"suff-only":** uses **`pydivsufsort.divsufsort()`** to compute suffix arrays, then iterates through them (slower, but requires less memory)

If you want to use the suff-only method, you can set `suff_only=`True` when creating a
If you want to use the suff-only method, you can set `suff_only=True` when creating a
`DotPlotMatrix` object.

#### 4.2.1. Details about these methods
Expand Down

0 comments on commit 13d25a0

Please sign in to comment.