From 294f9686d7b1be5e9edf830d032dd585f93175a4 Mon Sep 17 00:00:00 2001 From: Jonas Weinz Date: Mon, 4 Jun 2018 16:12:48 +0200 Subject: [PATCH] fixed doc --- Project/Tools/json_stream_filter/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project/Tools/json_stream_filter/README.md b/Project/Tools/json_stream_filter/README.md index f5df33a..9b48951 100644 --- a/Project/Tools/json_stream_filter/README.md +++ b/Project/Tools/json_stream_filter/README.md @@ -76,10 +76,10 @@ the file can regularly be imported. It contains two classes: * `regex_tuple.create_from_string(s)` - or by passing the already separated fields to the constructor: - + or by passing the already separated fields to the constructor: + * `regex_tuple(regexp_str, keys_to_process, replace_str = None, key_to_store_match = None)` - * **NOTE**: `keys_to_process` has to be a list of keys (for future modifications), but so far only one key is supported, so at the moment this should be initialized as a list of one key + * **NOTE**: `keys_to_process` has to be a list of keys (for future modifications), but so far only one key is supported, so at the moment this should be initialized as a list of one key the second class is the file processor: