Skip to content

Commit a046c68

Browse files
API Docs: fix missing spaces before double backticks, which broke markup output. (#822)
1 parent ee5a64c commit a046c68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/api.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -958,9 +958,9 @@ Record
958958
.. describe:: record == other
959959

960960
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.
964964
If comparing with a value that exhibits both traits, both comparisons must be true for the values to be considered equal.
965965

966966
.. describe:: record != other
@@ -1032,7 +1032,7 @@ Core Data Types
10321032

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

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.
10361036

10371037
The core types with their general mappings are listed below:
10381038

0 commit comments

Comments
 (0)