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 ca10e2b commit cda0b5aCopy full SHA for cda0b5a
pandas/_libs/tslibs/timedeltas.pyx
@@ -1739,7 +1739,7 @@ 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
+ ``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:
1744
`ISO 8601 § Durations <https://en.wikipedia.org/wiki/ISO_8601#Durations>`_.
1745
0 commit comments