aboutsummaryrefslogtreecommitdiffstats
path: root/gdpr_obfuscator/obfuscate.py
diff options
context:
space:
mode:
Diffstat (limited to 'gdpr_obfuscator/obfuscate.py')
-rw-r--r--gdpr_obfuscator/obfuscate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdpr_obfuscator/obfuscate.py b/gdpr_obfuscator/obfuscate.py
index 63c0da8..d602730 100644
--- a/gdpr_obfuscator/obfuscate.py
+++ b/gdpr_obfuscator/obfuscate.py
@@ -5,7 +5,7 @@ def obfuscate_data(
data: List[Dict[str, str]], pii_fields: List[str]
) -> List[Dict[str, str]]:
"""
-
+ Obfuscate sensitive fields in a list of dictionaries using user-provided PII fields.
Args:
data (List[Dict[str, str]]): _description_
git.ajschof.me — hosted by ajschofield — powered by cgit