Fixed README error. [ci skip]
This commit is contained in:
parent
0fa0671a7f
commit
60c06a0aa3
|
@ -150,6 +150,7 @@ print(['profile', 'lastname'] in d) # -> True
|
||||||
|
|
||||||
# delete value by keys list
|
# delete value by keys list
|
||||||
del d['profile', 'lastname']
|
del d['profile', 'lastname']
|
||||||
|
```
|
||||||
|
|
||||||
#### Custom keypath separator
|
#### Custom keypath separator
|
||||||
You can customize the keypath separator passing the `keypath_separator` argument in the constructor.
|
You can customize the keypath separator passing the `keypath_separator` argument in the constructor.
|
||||||
|
|
Loading…
Reference in New Issue