Skip to content

Commit c659d7a

Browse files
authored
Update README.md
minor fixing of doc.
1 parent 1684906 commit c659d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BloomFilterPy implements a common API regardless of the backend used. Every back
2020

2121
- `max_number_of_element_expected`: Size of filter. Number of elements it will contain.
2222
- `error_rate`: rate of error you're willing to assume. Default is **0.0005**.
23-
- `backend`: `numpy`, `bitarray` or `redis`.
23+
- `backend`: `numpy`, `bitarray` or `redis`. Default is **numpy**.
2424
- Only applies with `redis` backend:
2525
- `redis_connection`: url for redis connection as accepted by redis-py.
2626
- `connection_retries`: max number of connection retries in case of losing the connection with redis. Default is **3**.

0 commit comments

Comments
 (0)