Skip to content
New issue

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

[typo] README: potential typo in one of the code sample #88

Open
ayushanand18 opened this issue Aug 30, 2022 · 1 comment · May be fixed by #89
Open

[typo] README: potential typo in one of the code sample #88

ayushanand18 opened this issue Aug 30, 2022 · 1 comment · May be fixed by #89

Comments

@ayushanand18
Copy link

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)

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.

Solution

Update dateime to datetime everywhere.

@ayushanand18
Copy link
Author

I couldn't see much activity in this repo, and I am sorry for this pretty simple issue.

ayushanand18 added a commit to ayushanand18/pyoos that referenced this issue Aug 30, 2022
@ayushanand18 ayushanand18 linked a pull request Aug 30, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant