Thanks to visit codestin.com Credit goes to github.com
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 b9cb21e commit 2a39b71Copy full SHA for 2a39b71
1 file changed
Doc/library/functions.rst
@@ -1049,7 +1049,7 @@ are always available. They are listed here in alphabetical order.
1049
>>> r[-1]
1050
18
1051
1052
- Ranges containing absolute values larger than ``sys.maxint`` are permitted
+ Ranges containing absolute values larger than :data:`sys.maxsize` are permitted
1053
but some features (such as :func:`len`) will raise :exc:`OverflowError`.
1054
1055
.. versionchanged:: 3.2
0 commit comments