Skip to content

Commit dbe8fae

Browse files
author
Victor Maryama
committed
Fixed bug in warning string.
1 parent 80a1161 commit dbe8fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ cpdef inline parse_timedelta_string(object ts, specified_unit=None):
484484
raise ValueError("have leftover units")
485485
if len(number):
486486
warnings.warn(
487-
"number string without units is deprecated and
487+
"number string without units is deprecated and"
488488
" will raise an exception in future versions. Considering as nanoseconds.",
489489
FutureWarning
490490
)

0 commit comments

Comments
 (0)