From 60c06a0aa3e2125942ba20e6d62687f9afed8e28 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 29 Oct 2019 16:36:24 +0100 Subject: [PATCH] Fixed README error. [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5fe332..3ebd587 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ print(['profile', 'lastname'] in d) # -> True # delete value by keys list del d['profile', 'lastname'] +``` #### Custom keypath separator You can customize the keypath separator passing the `keypath_separator` argument in the constructor.