Skip to content

Commit ee5a64c

Browse files
API Docs: remove double paragraph in class neo4j.Record section. (#821)
1 parent ccbdae0 commit ee5a64c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/source/api.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -950,11 +950,6 @@ Record
950950

951951
.. autoclass:: neo4j.Record()
952952

953-
A :class:`neo4j.Record` is an immutable ordered collection of key-value
954-
pairs. It is generally closer to a :class:`namedtuple` than to an
955-
:class:`OrderedDict` inasmuch as iteration of the collection will
956-
yield values rather than keys.
957-
958953
.. describe:: Record(iterable)
959954

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

0 commit comments

Comments
 (0)