We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2fbba commit 187b4beCopy full SHA for 187b4be
src/neo4j/vector.py
@@ -121,12 +121,12 @@ class Vector:
121
* If the array contains null values.
122
:raises TypeError:
123
Depending on the type of ``data``:
124
- * ``Iterable[float]``, ``Iterable[int]``(excluding byte types):
+ * ``Iterable[float]``, ``Iterable[int]`` (excluding byte types):
125
* If data's elements don't match the expected type depending on
126
dtype.
127
:raises OverflowError:
128
129
130
* If the value is out of range for the given type.
131
132
.. versionadded: 6.0
0 commit comments