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 in datetime library name #206

Closed
jeanboutros opened this issue Jun 29, 2023 · 0 comments · Fixed by #207
Closed

Typo in datetime library name #206

jeanboutros opened this issue Jun 29, 2023 · 0 comments · Fixed by #207

Comments

@jeanboutros
Copy link

every method, but sometimes you may find yourself in a situation, where you'd want to provide `datatime.timedelta()` as the value of `timeout`

Should be datetime.timedelta() instead of datatime.timedelta()

@nfx nfx closed this as completed in #207 Jun 29, 2023
nfx pushed a commit that referenced this issue Jun 29, 2023
#207)

## Fixes
Fixes #206.

## Changes
With this PR, I am replacing `datatime.timedelta()` with
`datetime.timedelta()` in codebase

## Tests
<!-- 
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->

- [x] `make test` run locally
- [x] `make fmt` applied
- [x] relevant integration tests applied
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