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
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ def fasta_reader(fasta_file): ...@@ -26,7 +26,7 @@ def fasta_reader(fasta_file):
comment = ' '.join(header[1:]) comment = ' '.join(header[1:])
else: else:
# I already parse a sequence # 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 # previous sequence
# put the cursor one line in back for the next fasta_reader call # put the cursor one line in back for the next fasta_reader call
fasta_file.seek(-len(line),1) fasta_file.seek(-len(line),1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment