You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/api.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -958,9 +958,9 @@ Record
958
958
.. describe:: record == other
959
959
960
960
Compare a record for equality with another value.
961
-
The ``other`` value may be any ``Sequence`` or``Mapping`` or both.
962
-
If comparing with a``Sequence`` the values are compared in order.
963
-
If comparing with a``Mapping`` the values are compared based on their keys.
961
+
The ``other`` value may be any ``Sequence`` or``Mapping`` or both.
962
+
If comparing with a``Sequence`` the values are compared in order.
963
+
If comparing with a``Mapping`` the values are compared based on their keys.
964
964
If comparing with a value that exhibits both traits, both comparisons must be true for the values to be considered equal.
965
965
966
966
.. describe:: record != other
@@ -1032,7 +1032,7 @@ Core Data Types
1032
1032
1033
1033
Cypher supports a set of core data types that all map to built-in types in Python.
1034
1034
1035
-
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.
1035
+
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.
1036
1036
1037
1037
The core types with their general mappings are listed below:
0 commit comments