From 4d260534019a48ac289d92c6384bb2bfaa93e3d7 Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Mon, 25 Feb 2019 17:25:30 +0100
Subject: [PATCH] Change docstring

---
 notebook-task-filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebook-task-filter.py b/notebook-task-filter.py
index 80f30a6..6fc555e 100755
--- a/notebook-task-filter.py
+++ b/notebook-task-filter.py
@@ -9,7 +9,7 @@ import argparse
 
 def parse(inputfile, keep, remove, basekey):
     """
-    Take inputfile, parse the JSON, clone two versions, delete the dictionary items which are from the wrong path (i.e. no exercise: task in the solution Notebook) and safe with respective suffixes.
+    From inputfile, parse the JSON and remove those cells which have values of the basekey, which are in the list of tags to remove but not in the list of tags to remove.
     """
     notebook = json.load(inputfile)
 
-- 
GitLab