From da8f74f173ef7a529b8f61b5851ac7f6d9c55b64 Mon Sep 17 00:00:00 2001
From: free hacker <freeh4cker@gmail.com>
Date: Fri, 19 Feb 2016 00:42:36 +0100
Subject: [PATCH] fix typos

---
 source/Input_Output.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/Input_Output.rst b/source/Input_Output.rst
index cd8c19f..bd4ea54 100644
--- a/source/Input_Output.rst
+++ b/source/Input_Output.rst
@@ -32,7 +32,7 @@ Exercise
 --------
 
 Write a function which take the path of a file in rebase format
-and return in a dictionnary the collection of the enzyme contains in the file.
+and return in a dictionary the collection of the enzyme contains in the file.
 The sequence of the binding site must be cleaned up.
 
 use the file :download:`rebase_light.txt <_static/data/rebase_light.txt>` to test your code.
-- 
GitLab