Skip to content

Commit 30ccd1c

Browse files
committed
Fix typo in BookmarkManager's API docs
1 parent 7190636 commit 30ccd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class BookmarkManager(_Protocol, metaclass=abc.ABCMeta):
391391
392392
This class is just an abstract base class that defines the required
393393
interface. Create a child class to implement a specific bookmark manager
394-
or make user of the default implementation provided by the driver through
394+
or make use of the default implementation provided by the driver through
395395
:meth:`.GraphDatabase.bookmark_manager()`.
396396
397397
.. note::

0 commit comments

Comments
 (0)