Skip to content

Commit d5a9a05

Browse files
author
rootware
committed
modified description
1 parent 04fd01a commit d5a9a05

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyredactkit/identifiers.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ class Identifier:
77
"""Data identifier class containing all methods to identify sensitive data in files
88
99
Configurable Variables:
10-
regexes (array-dict) : an array list of dictionaries for identifying different type of data.
11-
pattern (str) : regular expression to identify
12-
type (str) : description of type of data
13-
position(str) : json path position of the pattern.
10+
regexes (array-dict): an array list of dictionaries for identifying different type of data.
11+
pattern (str): regular expression to identify
12+
type (tuple): description of options for type of data.
1413
1514
Returns:
1615
None

0 commit comments

Comments
 (0)