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(
657
657
:const:`dict` keys and variable names that contain ``.`` or ``\``
658
658
will be escaped with a backslash (``\.`` and ``\\`` respectively).
659
659
:param parse_dates:
660
- If :const:`True`, columns that excluvively contain
660
+ If :const:`True`, columns that exclusively contain
661
661
:class:`time.DateTime` objects, :class:`time.Date` objects, or
662
662
:const:`None`, will be converted to :class:`pandas.Timestamp`.
663
663
Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ def to_df(
657
657
:const:`dict` keys and variable names that contain ``.`` or ``\``
658
658
will be escaped with a backslash (``\.`` and ``\\`` respectively).
659
659
:param parse_dates:
660
- If :const:`True`, columns that excluvively contain
660
+ If :const:`True`, columns that exclusively contain
661
661
:class:`time.DateTime` objects, :class:`time.Date` objects, or
662
662
:const:`None`, will be converted to :class:`pandas.Timestamp`.
663
663
You can’t perform that action at this time.
0 commit comments