Skip to content

Commit b0e4445

Browse files
authored
Update timedeltas.pyx
1 parent d1b17a4 commit b0e4445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pandas/_libs/tslibs/timedeltas.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ cdef class _Timedelta(timedelta):
11361136
return fmt.format(**comp_dict)
11371137

11381138
def __repr__(self) -> str:
1139-
return f"Timedelta('{self._repr_base(format='long')}"
1139+
return f"Timedelta('{self._repr_base(format='long')}')"
11401140

11411141
def __str__(self) -> str:
11421142
return self._repr_base(format='long')

0 commit comments

Comments
 (0)