Skip to content

Commit 6817b35

Browse files
authored
DOC: fix formatting of date_format special options (#58740)
1 parent bfa4eae commit 6817b35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/parsers/readers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@ class _read_shared(TypedDict, Generic[HashableT], total=False):
322322
You can also pass:
323323
324324
- "ISO8601", to parse any `ISO8601 <https://en.wikipedia.org/wiki/ISO_8601>`_
325-
time string (not necessarily in exactly the same format);
325+
time string (not necessarily in exactly the same format);
326326
- "mixed", to infer the format for each element individually. This is risky,
327-
and you should probably use it along with `dayfirst`.
327+
and you should probably use it along with `dayfirst`.
328328
329329
.. versionadded:: 2.0.0
330330
dayfirst : bool, default False

0 commit comments

Comments
 (0)