We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9528057 commit f761940Copy full SHA for f761940
pandas/_libs/tslibs/timedeltas.pyx
@@ -1739,8 +1739,8 @@ cdef class _Timedelta(timedelta):
1739
"""
1740
Format the Timedelta as ISO 8601 Duration.
1741
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.
+ ``P[n]Y[n]M[n]DT[n]H[n]M[n]S``, where the ``[n]``s are replaced by the
+ values. See Wikipedia: `ISO 8601 § Durations <https://en.wikipedia.org/wiki/ISO_8601#Durations>`_.
1744
1745
Returns
1746
-------
0 commit comments