From 323f7add963d652fcadf032a04b72c6e306eae45 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 28 Dec 2020 21:47:06 +1100 Subject: [PATCH] docs: fix simple typo, mulitple -> multiple There is a small typo in README.rst. Should read `multiple` rather than `mulitple`. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 948709a..5378583 100644 --- a/README.rst +++ b/README.rst @@ -314,7 +314,7 @@ Lore Library **Caching** -- Lore provides mulitple configurable cache types, RAM, Disk, coming soon: MemCached & Redis +- Lore provides multiple configurable cache types, RAM, Disk, coming soon: MemCached & Redis - Disk cache is tested with pandas to avoid pitfalls encountered serializing w/ csv, h5py, pickle **Encoders**