Skip to content

Commit cda0b5a

Browse files
authored
Undo space removal
1 parent ca10e2b commit cda0b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ 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
1742+
``P[n]Y[n]M[n]DT[n]H[n]M[n]S``, where the ``[n]`` s are replaced by the
17431743
values. See Wikipedia:
17441744
`ISO 8601 § Durations <https://en.wikipedia.org/wiki/ISO_8601#Durations>`_.
17451745

0 commit comments

Comments
 (0)