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 58c0e32 commit 1fe9d01Copy full SHA for 1fe9d01
neo4j/time/__init__.py
@@ -357,7 +357,8 @@ class Duration(tuple):
357
`months * 2629746 + days * 86400 + d.seconds + d.nanoseconds // 1000000000`.
358
(Like the integer division in Python, this one is to be understood as
359
rounding down rather than towards 0.)
360
- This value must be between -(2\ :sup:`63`) and (2\ :sup:`63` - 1) inclusive.
+ This value must be between -(2\\ :sup:`63`) and (2\\ :sup:`63` - 1)
361
+ inclusive.
362
363
:param years: will be added times 12 to `months`
364
:type years: float
0 commit comments