Merge pull request #198 from timgates42/bugfix_typos

docs: Fix a few typos
This commit is contained in:
2024-04-02 10:43:06 -04:00
committed by GitHub
+1 -1
View File
@@ -721,7 +721,7 @@ def when(string, timezone="UTC", prefer_dates_from="current_period"):
Keyword Arguments:
string -- string to be parsed
timezone -- timezone referenced from (default: 'UTC')
prefer_dates_from -- what dates are prefered when `string` is ambigous.
prefer_dates_from -- what dates are preferred when `string` is ambiguous.
options are 'past', 'future', and 'current_period'
(default: 'current_period'). see: [1]