Skip to content

Commit 3708f4b

Browse files
committed
add wikipedia reference to ISO 8601 standard
1 parent f8159c2 commit 3708f4b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/core/tools/datetimes.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,8 @@ def to_datetime(arg, errors='raise', dayfirst=False, yearfirst=False,
250250
>>> %timeit pd.to_datetime(s,infer_datetime_format=False)
251251
1 loop, best of 3: 471 ms per loop
252252
253-
Passing require_iso8601=True will only parse datetime strings compliant
254-
to `ISO8601<https://en.wikipedia.org/wiki/ISO_8601>`_ and treat others
255-
as non-parseable dates.
253+
Passing require_iso8601=True will only parse datetime strings compliant to
254+
`ISO8601 <https://en.wikipedia.org/wiki/ISO_8601/>`_ and treat others as non-parseable dates.
256255
257256
>>> s = pd.Series(['M1809', 'M1701', pd.Timestamp('20130101')])
258257

0 commit comments

Comments
 (0)