Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdaub authored Jun 14, 2018
1 parent eb35add commit b4ffea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlp/inspect_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def inspect_string(project, content_string, info_types,
# Prepare custom_info_types by parsing the dictionary word lists and
# regex patterns.
custom_info_types = build_custom_info_types(custom_dictionaries,
custom_info_types)
custom_regexes)

# Construct the configuration dictionary. Keys which are None may
# optionally be omitted entirely.
Expand Down

0 comments on commit b4ffea6

Please sign in to comment.