Skip to content

Commit

Permalink
Fix male prefix in gu_IN (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitesh1122 authored Mar 5, 2025
1 parent c616738 commit 021d479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faker/providers/person/gu_IN/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ class Provider(PersonProvider):

prefixes_female = ("શ્રીમતી", "કુમારી")

prefixes_male = ("શ્રી", "શ્રીમન")
prefixes_male = ("શ્રી", "શ્રી માન")

prefixes = prefixes_female + prefixes_male

0 comments on commit 021d479

Please sign in to comment.