diff --git a/integrationtests/update_analysis.py b/integrationtests/update_analysis.py
index 9c2adf5f2c19e356b562fd62eb50c62cd8adf6b1..bd18ab375437bec02320dcfd269896c2ba7e2bb0 100644
--- a/integrationtests/update_analysis.py
+++ b/integrationtests/update_analysis.py
@@ -23,13 +23,13 @@
 # ** end header
 #
 
-"""
-Exemplary update script. An anlysis Record is retrieved and passed to the
+"""Example update script. An anlysis Record is retrieved and passed to the
 generic run function which then calls the appropriate script based on the
 Record.
 
 The simple query here could be replaced with something that e.g. retrieves all
 entities that where changed within a certain period of time.
+
 """
 
 import sys