summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/stdtypes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 741e74ea4e..64496326f7 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -460,8 +460,8 @@ Notes:
Additional Methods on Integer Types
-----------------------------------
-The int type implements the :class:`numbers.Integral` :term:`abstract base
-class`. In addition, it provides one more method
+The integer types implement the :class:`numbers.Integral` :term:`abstract base
+class`. In addition, they provide one more method:
.. method:: int.bit_length()
.. method:: long.bit_length()