From ebf221b003507f10d5285baeb36de1fcd819173d Mon Sep 17 00:00:00 2001 From: B1nj0y Date: Fri, 12 Jul 2019 06:42:57 +0800 Subject: [PATCH] Update index.rst fix a typo --- docs/tutorial/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index 1eb141a7..ee0edcce 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -28,7 +28,7 @@ A more production ready open can look like this :: db = rocksdb.DB("test.db", opts) -It assings a cache of 2.5G, uses a bloom filter for faster lookups and keeps +It assigns a cache of 2.5G, uses a bloom filter for faster lookups and keeps more data (64 MB) in memory before writting a .sst file. About Bytes And Unicode