Skip to content

Commit d6e2fa6

Browse files
API docs: fix formatting. (#1068)
1 parent ba0ef62 commit d6e2fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neo4j/time/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ def second(self) -> int:
16561656
.. versionchanged:: 5.0
16571657
The property's type changed from :class:`decimal.Decimal` to
16581658
:class:`int`. It does not longer cary sub-second information.
1659-
Use `attr:`nanosecond` instead.
1659+
Use :attr:`nanosecond` instead.
16601660
"""
16611661
return self.__second
16621662

0 commit comments

Comments
 (0)