From fe6316ba2440ded3c99784a54e3b7280225ab705 Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Mon, 8 Jul 2024 12:59:00 +0200 Subject: [PATCH] Glitch in api docs. --- src/neo4j/time/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neo4j/time/__init__.py b/src/neo4j/time/__init__.py index dc9bab42e..b7f7ff689 100644 --- a/src/neo4j/time/__init__.py +++ b/src/neo4j/time/__init__.py @@ -1656,7 +1656,7 @@ def second(self) -> int: .. versionchanged:: 5.0 The property's type changed from :class:`decimal.Decimal` to :class:`int`. It does not longer cary sub-second information. - Use `attr:`nanosecond` instead. + Use :attr:`nanosecond` instead. """ return self.__second