Skip to content

Commit d3fabc9

Browse files
Update shared/data.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 333015d commit d3fabc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def parse_kv_string(kv:str, item_delimitter:str=';', value_delimitter:str='='):
416416
return result
417417

418418
def convert_from_iso_format(date_string):
419-
"""Convert an ISO 8601 date string to a datetime object and assume UTC if not time zone is provided.
419+
"""Convert an ISO 8601 date string to a datetime object and assume UTC if no time zone is provided.
420420
421421
Args:
422422
date_string (str): The ISO 8601 date string to convert.

0 commit comments

Comments
 (0)