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 12d1dda commit 2030d9dCopy full SHA for 2030d9d
pandas/_libs/tslibs/timedeltas.pyx
@@ -1740,7 +1740,8 @@ cdef class _Timedelta(timedelta):
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.
+ values. See Wikipedia:
1744
+ `ISO 8601 § Durations <https://en.wikipedia.org/wiki/ISO_8601#Durations>`_.
1745
1746
Returns
1747
-------
0 commit comments