diff --git a/docs/source/api.rst b/docs/source/api.rst index 7f065513..5be5d588 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -950,11 +950,6 @@ Record .. autoclass:: neo4j.Record() - A :class:`neo4j.Record` is an immutable ordered collection of key-value - pairs. It is generally closer to a :class:`namedtuple` than to an - :class:`OrderedDict` inasmuch as iteration of the collection will - yield values rather than keys. - .. describe:: Record(iterable) Create a new record based on an dictionary-like iterable.