From 32132ba1ff74bfb74a681cc8167fada840787eba Mon Sep 17 00:00:00 2001 From: Tom Cornebize Date: Sat, 24 Aug 2024 15:16:17 +0200 Subject: [PATCH] Doc fix --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 52f3d5c..e984fec 100644 --- a/README.rst +++ b/README.rst @@ -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 ---------------------- @@ -209,7 +210,7 @@ The results have been obtained with: - Cython version 3.0.2 - sortedcontainers version 2.4.0 - pyroaring commit - `b54769b `__ + `b54769b ` =============================== ===================== ===================== ========== ================== operation pyroaring (32 bits) pyroaring (64 bits) set sortedcontainers