From 7376f53087d01213f6765058f9ae674c912dd6ac Mon Sep 17 00:00:00 2001 From: MS List Date: Mon, 30 May 2022 10:33:23 -0400 Subject: [PATCH] Fixed apostrophe inside single quotes. --- pyluach/dates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyluach/dates.py b/pyluach/dates.py index de7160e..d69e464 100644 --- a/pyluach/dates.py +++ b/pyluach/dates.py @@ -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 ----------