Skip to content
Snippets Groups Projects
Commit c5f48a35 authored by Bertrand Néron's avatar Bertrand Néron
Browse files

fix typo in comment

parent c72594f4
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ def fasta_reader(fasta_file):
comment = ' '.join(header[1:])
else:
# I already parse a sequence
# So the begining of this sequence indicate the end of the
# So the beginning of this sequence indicate the end of the
# previous sequence
# put the cursor one line in back for the next fasta_reader call
fasta_file.seek(-len(line),1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment