Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -963,9 +963,9 @@ Record
.. describe:: record == other

Compare a record for equality with another value.
The ``other`` value may be any ``Sequence`` or``Mapping`` or both.
If comparing with a``Sequence`` the values are compared in order.
If comparing with a``Mapping`` the values are compared based on their keys.
The ``other`` value may be any ``Sequence`` or ``Mapping`` or both.
If comparing with a ``Sequence`` the values are compared in order.
If comparing with a ``Mapping`` the values are compared based on their keys.
If comparing with a value that exhibits both traits, both comparisons must be true for the values to be considered equal.

.. describe:: record != other
Expand Down Expand Up @@ -1037,7 +1037,7 @@ Core Data Types

Cypher supports a set of core data types that all map to built-in types in Python.

These include the common``Boolean`` ``Integer`` ``Float`` and ``String`` types as well as ``List`` and ``Map`` that can hold heterogenous collections of any other type.
These include the common ``Boolean`` ``Integer`` ``Float`` and ``String`` types as well as ``List`` and ``Map`` that can hold heterogenous collections of any other type.

The core types with their general mappings are listed below:

Expand Down