Skip to content

Commit e4ff06b

Browse files
Backporting docs fixes from 5 to 4.4. (#824)
1 parent f1795de commit e4ff06b

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

docs/source/api.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ context of the impersonated user. For this, the user for which the
593593

594594
.. Note::
595595

596-
The server or all servers of the cluster need to support impersonation when.
596+
The server or all servers of the cluster need to support impersonation.
597597
Otherwise, the driver will raise :py:exc:`.ConfigurationError`
598598
as soon as it encounters a server that does not.
599599

@@ -848,11 +848,6 @@ Record
848848

849849
.. autoclass:: neo4j.Record()
850850

851-
A :class:`neo4j.Record` is an immutable ordered collection of key-value
852-
pairs. It is generally closer to a :py:class:`namedtuple` than to an
853-
:py:class:`OrderedDict` inasmuch as iteration of the collection will
854-
yield values rather than keys.
855-
856851
.. describe:: Record(iterable)
857852

858853
Create a new record based on an dictionary-like iterable.

neo4j/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def stop(self):
104104
def watch(*logger_names, level=DEBUG, out=stderr):
105105
"""Quick wrapper for using :class:`.Watcher`.
106106
107-
Create a Wathcer with the given configuration, enable watching and return
107+
Create a Watcher with the given configuration, enable watching and return
108108
it.
109109
110110
Example::

neo4j/work/simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def run(self, query, parameters=None, **kwparameters):
222222

223223
def last_bookmark(self):
224224
"""Return the bookmark received following the last completed transaction.
225-
Note: For auto-transaction (Session.run) this will trigger an consume for the current result.
225+
Note: For auto-transaction (Session.run) this will trigger a consume for the current result.
226226
227227
:returns: :class:`neo4j.Bookmark` object
228228
"""

0 commit comments

Comments
 (0)