diff options
| author | Paul Ganssle <paul@ganssle.io> | 2020-04-24 13:31:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-24 13:31:26 -0400 |
| commit | 4a50ff7c8ead9cb4c02080d9f8f302e2ea7b34bd (patch) | |
| tree | c161093bbcd99fce78dd37d490735006acdf394c /dateutil | |
| parent | 783f66d55bfdaf6ae4f3e5827712d8211af6c99c (diff) | |
| parent | ab9e61021d6d32cf422197e48e131d857083b1f0 (diff) | |
| download | dateutil-git-4a50ff7c8ead9cb4c02080d9f8f302e2ea7b34bd.tar.gz | |
Merge pull request #986 from timgates42/bugfix/typo_negligible
Fix simple typo: negilible -> negligible
Diffstat (limited to 'dateutil')
| -rw-r--r-- | dateutil/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dateutil/utils.py b/dateutil/utils.py index 44d9c99..dd2d245 100644 --- a/dateutil/utils.py +++ b/dateutil/utils.py @@ -63,7 +63,7 @@ def default_tzinfo(dt, tzinfo): def within_delta(dt1, dt2, delta): """ - Useful for comparing two datetimes that may a negilible difference + Useful for comparing two datetimes that may have a negligible difference to be considered equal. """ delta = abs(delta) |
