diff --git a/source/Input_Output.rst b/source/Input_Output.rst
index c6c79cc8983e4c8e2ce5976dd602e0a884d1a03c..8f561f7304fa08c7589323ca0b8c87f7d2c14669 100644
--- a/source/Input_Output.rst
+++ b/source/Input_Output.rst
@@ -89,10 +89,10 @@ Exercise
 
 We ran a blast with the following command *blastall -p blastp -d uniprot_sprot -i query_seq.fasta -e 1e-05 -m 8 -o blast2.txt*
 
--m 8 is the tabular output. So each fields is separate to the following by a '\t' 
+-m 8 is the tabular output. So each fields is separated from the following by a '\\t'
 
 The fields are: query id, database sequence (subject) id, percent identity, alignment length, number of mismatches, number of gap openings, 
-query start, query end, subject start, subject end, Expect value, HSP bit score. 
+query start, query end, subject start, subject end, Expect value, HSP bit score.
 
 :download:`blast2.txt <_static/data/blast2.txt>` .