Skip to content

Commit e26111c

Browse files
Fix typo in Result.to_df() docstring. (#848)
1 parent 49ed471 commit e26111c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neo4j/_async/work/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

neo4j/_sync/work/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)