From 687a5db3767992b892d734aef733c324c8e091b1 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 29 Dec 2020 21:14:21 +1100 Subject: [PATCH] docs: fix simple typo, implmentation -> implementation There is a small typo in README.rst. Should read `implementation` rather than `implmentation`. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4dd2106..3979359 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ pybloom :target: https://travis-ci.org/jaybaird/python-bloomfilter ``pybloom`` is a module that includes a Bloom Filter data structure along with -an implmentation of Scalable Bloom Filters as discussed in: +an implementation of Scalable Bloom Filters as discussed in: P. Almeida, C.Baquero, N. PreguiƧa, D. Hutchison, Scalable Bloom Filters, (GLOBECOM 2007), IEEE, 2007.