Skip to content

Commit 60c06a0

Browse files
committed
Fixed README error. [ci skip]
1 parent 0fa0671 commit 60c06a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ print(['profile', 'lastname'] in d) # -> True
150150

151151
# delete value by keys list
152152
del d['profile', 'lastname']
153+
```
153154

154155
#### Custom keypath separator
155156
You can customize the keypath separator passing the `keypath_separator` argument in the constructor.

0 commit comments

Comments
 (0)