Skip to content

Commit

Permalink
Merge pull request #198 from timgates42/bugfix_typos
Browse files Browse the repository at this point in the history
docs: Fix a few typos
  • Loading branch information
kennethreitz authored Apr 2, 2024
2 parents 46ab6ac + b127699 commit 66ec91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maya/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 66ec91e

Please sign in to comment.