Skip to content

Commit b127699

Browse files
committed
docs: Fix a few typos
There are small typos in: - src/maya/core.py Fixes: - Should read `preferred` rather than `prefered`. - Should read `ambiguous` rather than `ambigous`.
1 parent f3f95a9 commit b127699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maya/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ def when(string, timezone="UTC", prefer_dates_from="current_period"):
721721
Keyword Arguments:
722722
string -- string to be parsed
723723
timezone -- timezone referenced from (default: 'UTC')
724-
prefer_dates_from -- what dates are prefered when `string` is ambigous.
724+
prefer_dates_from -- what dates are preferred when `string` is ambiguous.
725725
options are 'past', 'future', and 'current_period'
726726
(default: 'current_period'). see: [1]
727727

0 commit comments

Comments
 (0)