From 5912044d548d2a3327921b6f50df215b0e83f16b Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Thu, 3 Apr 2014 08:23:46 +0200 Subject: [PATCH] doc: corrected typo --- kivy/storage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/storage/__init__.py b/kivy/storage/__init__.py index 9ba4e8a2d..55653043c 100644 --- a/kivy/storage/__init__.py +++ b/kivy/storage/__init__.py @@ -13,7 +13,7 @@ Usage ----- The idea behind the Storage module is to be able to load/store any number of -keys/value pairs via an indexed key. The default model is abstract so you +key/value pairs via an indexed key. The default model is abstract so you cannot use it directly. We provide some implementations such as: - :class:`kivy.storage.dictstore.DictStore`: use a python dict as a store