Skip to content

Commit b4ffea6

Browse files
authored
Fix typo.
1 parent eb35add commit b4ffea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/inspect_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def inspect_string(project, content_string, info_types,
5454
# Prepare custom_info_types by parsing the dictionary word lists and
5555
# regex patterns.
5656
custom_info_types = build_custom_info_types(custom_dictionaries,
57-
custom_info_types)
57+
custom_regexes)
5858

5959
# Construct the configuration dictionary. Keys which are None may
6060
# optionally be omitted entirely.

0 commit comments

Comments
 (0)