Skip to content

Commit 059a66e

Browse files
authored
Merge pull request #144 from emollier/spell
s/d/_core.pyx: pedantic typo caught by linting.
2 parents 367690c + 9ec5af7 commit 059a66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dnaio/_core.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ cdef class BamIter:
843843
def record_names_match(header1: str, header2: str):
844844
"""
845845
Check whether the sequence record ids id1 and id2 are compatible, ignoring a
846-
suffix of '1', '2' or '3'. This exception allows to check some old
846+
suffix of '1', '2' or '3'. This exception allows one to check some old
847847
paired-end reads that have IDs ending in '/1' and '/2'. Also, the
848848
fastq-dump tool (used for converting SRA files to FASTQ) appends '.1', '.2'
849849
and sometimes '.3' to paired-end reads if option -I is used.

0 commit comments

Comments
 (0)