Skip to content

Commit

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

0 comments on commit c3f52be

Please sign in to comment.