Skip to content

Commit aceaa35

Browse files
committed
Finally fixed what build docs was complaining about
1 parent da727d5 commit aceaa35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_datetime.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def fromordinal(cls, ordinal):
661661
@classmethod
662662
def fromisoformat(cls, date_string):
663663
"""Return a date object constructed from an ISO date format.
664-
Valid format is YYYY-MM-DD
664+
Valid format is ``YYYY-MM-DD``
665665
666666
"""
667667
match = _re.match(
@@ -1224,7 +1224,7 @@ def fromtimestamp(cls, timestamp, tz=None):
12241224
@classmethod
12251225
def fromisoformat(cls, date_string, tz=None):
12261226
"""Return a datetime object constructed from an ISO date format.
1227-
Valid format is YYYY-MM-DD[*HH[:MM[:SS[.fff[fff]]]]]
1227+
Valid format is ``YYYY-MM-DD[*HH[:MM[:SS[.fff[fff]]]]]``
12281228
12291229
"""
12301230
match = _re.match(

0 commit comments

Comments
 (0)