Skip to content

Commit 4b33f33

Browse files
committed
typo fixup nameerror
1 parent 3f45e61 commit 4b33f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timezones.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ cpdef inline object maybe_get_tz(object tz):
100100
tz = _dateutil_tzlocal()
101101
elif tz.startswith('dateutil/'):
102102
zone = tz[9:]
103-
tz = _dateutil_gettz(zone)
103+
tz = dateutil_gettz(zone)
104104
# On Python 3 on Windows, the filename is not always set correctly.
105105
if isinstance(tz, _dateutil_tzfile) and '.tar.gz' in tz._filename:
106106
tz._filename = zone

0 commit comments

Comments
 (0)