Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezibenroc committed Aug 24, 2024
1 parent 2b6af3b commit 32132ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Output:
bm1 | bm2 = BitMap([3, 18, 27, 42])

The class ``BitMap`` is for 32 bit integers, it supports values from 0 to 2**32-1 (included).
For a larger numbers, you can use the class ``BitMap64`` that supports values from 0 to 2**64-1 (included).

For larger numbers, you can use the class ``BitMap64`` that supports values from 0 to 2**64-1 (included).

Installation from Pypi
----------------------
Expand Down Expand Up @@ -209,7 +210,7 @@ The results have been obtained with:
- Cython version 3.0.2
- sortedcontainers version 2.4.0
- pyroaring commit
`b54769b <https://github.com/Ezibenroc/PyRoaringBitMap/tree/b54769bf22b037ed989348b04d297ddc56db7ed8>`__
`b54769b <https://github.com/Ezibenroc/PyRoaringBitMap/tree/b54769bf22b037ed989348b04d297ddc56db7ed8>`

=============================== ===================== ===================== ========== ==================
operation pyroaring (32 bits) pyroaring (64 bits) set sortedcontainers
Expand Down

0 comments on commit 32132ba

Please sign in to comment.