Skip to content

Commit

Permalink
fix month_in_guj
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Oct 21, 2024
1 parent dc22524 commit 5561b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faker/providers/date_time/gu_IN/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ def month_name_in_guj(self) -> str:

def month_in_guj(self) -> str:
"""Returns month name in `Gujarati`"""
return self.month_name()
return self.month_name_in_guj()

0 comments on commit 5561b94

Please sign in to comment.