Update vendored guessit to 3.1.1

Updates python-dateutil to 2.8.2
Updates rebulk to 2.0.1
This commit is contained in:
Labrys of Knossos 2022-11-28 19:44:46 -05:00
commit 2226a74ef8
66 changed files with 2995 additions and 1306 deletions

View file

@ -28,7 +28,7 @@ def today(tzinfo=None):
def default_tzinfo(dt, tzinfo):
"""
Sets the the ``tzinfo`` parameter on naive datetimes only
Sets the ``tzinfo`` parameter on naive datetimes only
This is useful for example when you are provided a datetime that may have
either an implicit or explicit time zone, such as when parsing a time zone
@ -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)