Skip to content

Commit 187b4be

Browse files
authored
API docs: fix formatting (#1246)
1 parent db2fbba commit 187b4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/neo4j/vector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ class Vector:
121121
* If the array contains null values.
122122
:raises TypeError:
123123
Depending on the type of ``data``:
124-
* ``Iterable[float]``, ``Iterable[int]``(excluding byte types):
124+
* ``Iterable[float]``, ``Iterable[int]`` (excluding byte types):
125125
* If data's elements don't match the expected type depending on
126126
dtype.
127127
:raises OverflowError:
128128
Depending on the type of ``data``:
129-
* ``Iterable[float]``, ``Iterable[int]``(excluding byte types):
129+
* ``Iterable[float]``, ``Iterable[int]`` (excluding byte types):
130130
* If the value is out of range for the given type.
131131
132132
.. versionadded: 6.0

0 commit comments

Comments
 (0)