From 570ac8e98cbb26983a705d1c60b68e954fc08280 Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Mon, 6 Dec 2021 21:43:59 +0100
Subject: [PATCH] FIX: Typo in docstring

---
 integrationtests/update_analysis.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integrationtests/update_analysis.py b/integrationtests/update_analysis.py
index 9c2adf5f..bd18ab37 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
-- 
GitLab