From c5f48a35abd81a2bd2a98adaf5e6db896837ee0d Mon Sep 17 00:00:00 2001
From: free hacker <freeh4cker@gmail.com>
Date: Thu, 18 Feb 2016 00:24:43 +0100
Subject: [PATCH] fix typo in comment

---
 source/_static/code/multiple_fasta_reader2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/_static/code/multiple_fasta_reader2.py b/source/_static/code/multiple_fasta_reader2.py
index 595b206..62b3aea 100644
--- a/source/_static/code/multiple_fasta_reader2.py
+++ b/source/_static/code/multiple_fasta_reader2.py
@@ -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)
-- 
GitLab