From 2c8091692d2da16afb245d35ae15fa2243565023 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Fri, 19 Sep 2025 11:53:55 +0200 Subject: [PATCH] API docs: fix formatting --- src/neo4j/vector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/neo4j/vector.py b/src/neo4j/vector.py index 771b6087..cfa3ef0e 100644 --- a/src/neo4j/vector.py +++ b/src/neo4j/vector.py @@ -121,12 +121,12 @@ class Vector: * If the array contains null values. :raises TypeError: Depending on the type of ``data``: - * ``Iterable[float]``, ``Iterable[int]``(excluding byte types): + * ``Iterable[float]``, ``Iterable[int]`` (excluding byte types): * If data's elements don't match the expected type depending on dtype. :raises OverflowError: Depending on the type of ``data``: - * ``Iterable[float]``, ``Iterable[int]``(excluding byte types): + * ``Iterable[float]``, ``Iterable[int]`` (excluding byte types): * If the value is out of range for the given type. .. versionadded: 6.0