Skip to content

Commit dc9e644

Browse files
committed
I give up, Python 2
1 parent b4fb32d commit dc9e644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/jsonutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _ensure_tzinfo(dt):
3838
"""
3939
if not dt.tzinfo:
4040
# No more naïve datetime objects!
41-
warnings.warn(u"Interpreting naïve datetime as local %s. Please add timezone info to timestamps." % dt,
41+
warnings.warn(u"Interpreting naive datetime as local %s. Please add timezone info to timestamps." % dt,
4242
DeprecationWarning,
4343
stacklevel=4)
4444
dt = dt.replace(tzinfo=tzlocal())

0 commit comments

Comments
 (0)