Skip to content

Commit ca10e2b

Browse files
authored
fix line too long
1 parent f761940 commit ca10e2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,8 @@ cdef class _Timedelta(timedelta):
17401740
Format the Timedelta as ISO 8601 Duration.
17411741

17421742
``P[n]Y[n]M[n]DT[n]H[n]M[n]S``, where the ``[n]``s are replaced by the
1743-
values. See Wikipedia: `ISO 8601 § Durations <https://en.wikipedia.org/wiki/ISO_8601#Durations>`_.
1743+
values. See Wikipedia:
1744+
`ISO 8601 § Durations <https://en.wikipedia.org/wiki/ISO_8601#Durations>`_.
17441745

17451746
Returns
17461747
-------

0 commit comments

Comments
 (0)