8000
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 6e47acd commit 62cb235Copy full SHA for 62cb235
Doc/library/imath.rst
@@ -10,7 +10,7 @@
10
11
This module provides access to the mathematical functions for integer arguments.
12
These functions accept integers and objects that implement the
13
-:meth:`__index__` method which is used to convert the object to an integer
+:meth:`~object.__index__` method which is used to convert the object to an integer
14
number. They cannot be used with floating-point numbers or complex
15
numbers.
16
0 commit comments