Fixed README error. [ci skip]

This commit is contained in:
Fabio Caccamo 2019-10-29 16:36:24 +01:00
parent 0fa0671a7f
commit 60c06a0aa3
1 changed files with 1 additions and 0 deletions

View File

@ -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.