Skip to content

Commit f761940

Browse files
authored
DOC: Add link description
Also remove errant space
1 parent 9528057 commit f761940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/tslibs/timedeltas.pyx

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

1742-
``P[n]Y[n]M[n]DT[n]H[n]M[n]S``, where the ``[n]`` s are replaced by the
1743-
values. See https://en.wikipedia.org/wiki/ISO_8601#Durations.
1742+
``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>`_.
17441744

17451745
Returns
17461746
-------

0 commit comments

Comments
 (0)