diff --git a/source/_static/code/multiple_fasta_reader2.py b/source/_static/code/multiple_fasta_reader2.py
index 595b206f0002bada31c866eaebfc654d08fc290a..62b3aeaf12997d811e0e1dc126e2ec76f367ee70 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)