Skip to content

Commit 2e27f22

Browse files
committed
fix url
1 parent cb798d2 commit 2e27f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/tools/datetimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def to_datetime(arg, errors='raise', dayfirst=False, yearfirst=False,
251251
1 loop, best of 3: 471 ms per loop
252252
253253
Passing require_iso8601=True will only parse datetime strings compliant to
254-
`ISO8601 <https://en.wikipedia.org/wiki/ISO_8601/>`_ and treat others as
254+
`ISO8601 <https://en.wikipedia.org/wiki/ISO_8601>`_ and treat others as
255255
non-parseable dates.
256256
257257
>>> s = pd.Series(['M1809', 'M1701', pd.Timestamp('20130101')])

0 commit comments

Comments
 (0)