fixed doc
This commit is contained in:
parent
c2f1c7c03f
commit
294f9686d7
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user