Skip to content

Commit cb798d2

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/tools/datetimes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ 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 non-parseable dates.
254+
`ISO8601 <https://en.wikipedia.org/wiki/ISO_8601/>`_ and treat others as
255+
non-parseable dates.
255256
256257
>>> s = pd.Series(['M1809', 'M1701', pd.Timestamp('20130101')])
257258

0 commit comments

Comments
 (0)