Skip to content

Commit

Permalink
Fix typo (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosnikic authored Oct 9, 2023
1 parent 7328b36 commit cd24cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faker/providers/passport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Provider(BaseProvider):
passport_number_formats: ElementsType = ()

def passport_dob(self) -> datetime.date:
"""Generate a datetime date of bisrth."""
"""Generate a datetime date of birth."""
birthday = self.generator.date_of_birth()
return birthday

Expand Down

0 comments on commit cd24cae

Please sign in to comment.