We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There seems to be a minor typo in the code example listed on the README. Please correct me if I am wrong.
In the README we have: Filter from a datetime (the 'start' parameter)
from dateime import dateime, timedelta collector.filter(start=datetime.utcnow() - timedelta(hours=1))
and similarly at 2 more places. I believe dateime must be datetime package.
dateime
datetime
Update dateime to datetime everywhere.
The text was updated successfully, but these errors were encountered:
I couldn't see much activity in this repo, and I am sorry for this pretty simple issue.
Sorry, something went wrong.
fixed typo dateime -> datetime
7bba302
resolves ioos#88
Successfully merging a pull request may close this issue.
Overview
There seems to be a minor typo in the code example listed on the README. Please correct me if I am wrong.
Bug
In the README we have:
Filter from a datetime (the 'start' parameter)
and similarly at 2 more places. I believe
dateime
must bedatetime
package.Solution
Update
dateime
todatetime
everywhere.The text was updated successfully, but these errors were encountered: