From 42a2b44235ed56b38d48107393af007eaa9ad771 Mon Sep 17 00:00:00 2001
From: Lauri Himanen <lauri.himanen@aalto.fi>
Date: Thu, 15 Sep 2016 08:45:25 +0300
Subject: [PATCH] Updated testing section in readme.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 995d504..e364ef2 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ In order to truly test the parser output, regression testing is needed. The
 tests for this parser are located in
 **/cp2k/parser/parser-cp2k/cp2kparser/regtest**. Tests provide one way to test
 each parseable quantity and python has a very good [library for unit
-testing](https://docs.python.org/2/library/unittest.html).  When the parser
+testing](https://docs.python.org/2/library/unittest.html). When the parser
 supports a new quantity it is quite fast to create unit tests for it. These
 tests will validate the parsing, and also easily detect bugs that may rise when
 the code is modified in the future.
-- 
GitLab