8000 Fix Sphinx warning. · python/cpython@62cb235 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62cb235

Browse files
Fix Sphinx warning.
1 parent 6e47acd commit 62cb235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/imath.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
This module provides access to the mathematical functions for integer arguments.
1212
These functions accept integers and objects that implement the
13-
:meth:`__index__` method which is used to convert the object to an integer
13+
:meth:`~object.__index__` method which is used to convert the object to an integer
1414
number. They cannot be used with floating-point numbers or complex
1515
numbers.
1616

0 commit comments

Comments
 (0)
0