Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc authored and lwasser committed Mar 8, 2024
1 parent 6e5de3b commit 8d62417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyosmeta/utils_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
def clean_date(source_date: str | None) -> datetime | str:
"""Cleans up a date string to a consistent datetime format.
The source date string may have been manually entered as month-day-year format
retrieved from GitHub as timestamp, could be missing, or contain random text.
The source date string may have been manually entered as month-day-year format,
retrieved from GitHub as a timestamp, could be missing, or contain random text.
This utility validates the input and returns a consistent format.
"""

Expand Down

0 comments on commit 8d62417

Please sign in to comment.