Commit 69312384 authored by Éric Araujo's avatar Éric Araujo

Fix grammar to include both integer types in 2.x

parent cc623844
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment