Skip to content

Commit 372e8fe

Browse files
author
cloudboat
committed
chang int the correct url
1 parent 7eb63bd commit 372e8fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/arrays/datetimelike.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,8 @@ def strftime(self, date_format: str) -> npt.NDArray[np.object_]:
17791779
Return an Index of formatted strings specified by date_format, which
17801780
supports the same string format as the python standard library. Details
17811781
of the string format can be found in `python string format
1782-
doc <https://docs.python.org/3/library/datetime.html>`__.
1782+
doc <https://docs.python.org/3/library/datetime.html
1783+
#strftime-and-strptime-behavior>`__.
17831784
17841785
Formats supported by the C `strftime` API but not by the python string format
17851786
doc (such as `"%%R"`, `"%%r"`) are not officially supported and should be

0 commit comments

Comments
 (0)