Skip to content

Commit

Permalink
Fix simple typo: negilible -> negligible
Browse files Browse the repository at this point in the history
Closes GH-985
  • Loading branch information
timgates42 authored and pganssle committed Apr 24, 2020
1 parent a02e8c0 commit ab9e610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Expand Up @@ -105,6 +105,7 @@ switch, and thus all their contributions are dual-licensed.
- Thomas A Caswell <tcaswell@MASKED> (gh: @tacaswell) **R**
- Thomas Achtemichuk <tom@MASKED>
- Thomas Kluyver <takowl@MASKED> (gh: @takluyver)
- Tim Gates <tim.gates@iress.com> (gh: timgates42)
- Tomasz Kluczkowski (gh: @Tomasz-Kluczkowski) **D**
- Tomi Pieviläinen <tomi.pievilainen@iki.fi>
- Unrud <Unrud@MASKED> (gh: @unrud)
Expand Down
1 change: 1 addition & 0 deletions changelog.d/985.doc.rst
@@ -0,0 +1 @@
- Fixes a small typo in dateutil/utils.py.
2 changes: 1 addition & 1 deletion dateutil/utils.py
Expand Up @@ -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)
Expand Down

0 comments on commit ab9e610

Please sign in to comment.