diff --git a/parser/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py b/parser/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py
index 40e42111429934d286c325c606786bcc130994df..909d0230c67ee9665a6d63776c6cf2afb81a4b83 100644
--- a/parser/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py
+++ b/parser/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py
@@ -1,11 +1,11 @@
 # Copyright 2015-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa
-# 
+#
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
 #   You may obtain a copy of the License at
-# 
+#
 #     http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 #   Unless required by applicable law or agreed to in writing, software
 #   distributed under the License is distributed on an "AS IS" BASIS,
 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/regtests/regtests.py b/regtests/regtests.py
index fb26a662bee2eb0a63b4d784db185dc2b09ee18a..ac9f7fea6c8f187f10b570648b371ed587b67188 100644
--- a/regtests/regtests.py
+++ b/regtests/regtests.py
@@ -1,11 +1,11 @@
 # Copyright 2015-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa
-# 
+#
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
 #   You may obtain a copy of the License at
-# 
+#
 #     http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 #   Unless required by applicable law or agreed to in writing, software
 #   distributed under the License is distributed on an "AS IS" BASIS,
 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1341,7 +1341,7 @@ class TestElectronicStructureMethod(unittest.TestCase):
 
 
 class TestCubeFiles(unittest.TestCase):
-    """Tests that different methods are recognized correctly.
+    """Tests that a calculation with a cube file is opened correctly.
     """
     def test_electron_density(self):
         get_result("cube/single_point_default_name")