From 3bf16e07198476e614462cb189c7f0ce7a91e444 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Sat, 30 Jan 2016 14:56:01 +0100 Subject: Tipo: dictionary --- test/core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/utils.py') diff --git a/test/core/utils.py b/test/core/utils.py index bf14df68..f7de6565 100644 --- a/test/core/utils.py +++ b/test/core/utils.py @@ -13,7 +13,7 @@ class TestUtils(unittest.TestCase): def logger(key): print "DELETE", key - # Create a 5/2 dictionnary + # Create a 5/2 dictionary bd = BoundedDict(5, 2, initialdata={"element": "value"}, delete_cb=logger) bd["element2"] = "value2" -- cgit 1.4.1