fixed doc

This commit is contained in:
Jonas Weinz 2018-06-04 16:12:48 +02:00
parent c2f1c7c03f
commit 294f9686d7

View File

@ -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: