Skip to content

Commit

Permalink
Merge pull request #77 from Exilit/master
Browse files Browse the repository at this point in the history
Fix locale typo in PresidioDataGenerator
  • Loading branch information
omri374 committed Jul 24, 2023
2 parents 641d6cd + 329d28c commit 66e2433
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -78,7 +78,7 @@ def __init__(
generator = (
SpanGenerator()
) # To allow PresidioDataGenerator to return spans and not just strings
self.faker = Faker(local=locale, generator=generator)
self.faker = Faker(locale=locale, generator=generator)
self.lower_case_ratio = lower_case_ratio

def parse(
Expand Down

0 comments on commit 66e2433

Please sign in to comment.