bloomfilter icon indicating copy to clipboard operation
bloomfilter copied to clipboard

notElem docs say True where False would make more sense

Open exarkun opened this issue 4 years ago • 0 comments

notElem is documented as:

Query an immutable Bloom filter for non-membership. If the value is present, return False. If the value is not present, there is still some possibility that True will be returned.

It would make more sense if it said "there is still some possibility that False will be returned." and I suppose the current text is a copy/paste mistake from the elem docs.

exarkun avatar Jun 26 '20 19:06 exarkun