File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ async def to_df(
657657 :const:`dict` keys and variable names that contain ``.`` or ``\``
658658 will be escaped with a backslash (``\.`` and ``\\`` respectively).
659659 :param parse_dates:
660- If :const:`True`, columns that excluvively contain
660+ If :const:`True`, columns that exclusively contain
661661 :class:`time.DateTime` objects, :class:`time.Date` objects, or
662662 :const:`None`, will be converted to :class:`pandas.Timestamp`.
663663
Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ def to_df(
657657 :const:`dict` keys and variable names that contain ``.`` or ``\``
658658 will be escaped with a backslash (``\.`` and ``\\`` respectively).
659659 :param parse_dates:
660- If :const:`True`, columns that excluvively contain
660+ If :const:`True`, columns that exclusively contain
661661 :class:`time.DateTime` objects, :class:`time.Date` objects, or
662662 :const:`None`, will be converted to :class:`pandas.Timestamp`.
663663
You can’t perform that action at this time.
0 commit comments