Skip to content

Commit

Permalink
Merge fix typo in docstring."
Browse files Browse the repository at this point in the history
  • Loading branch information
simlist committed May 30, 2022
2 parents 274173c + 1919ade commit 0508912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyluach/dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ class HebrewDate(BaseDate, CalendarDateMixin):
Example
-------
>>> date = HebrewDate(5783, 1, 15)
>>> f'Today's date is {date:%a - %*-d %*B, %*y}
>>> f'Today's date is {date:%a - %*-d %*B, %*y}'
'Today's date is Thu - טו אייר, תשפ"ג'
Parameters
Expand Down

0 comments on commit 0508912

Please sign in to comment.