Skip to content

Commit 8c06d1c

Browse files
committed
Updated README. [ci skip]
1 parent 60c06a0 commit 8c06d1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ del d['profile', 'lastname']
154154

155155
#### Custom keypath separator
156156
You can customize the keypath separator passing the `keypath_separator` argument in the constructor.
157+
157158
If you pass an existing dict to the constructor and its keys contain the keypath separator an `Exception` will be raised.
158159

159160
```python
@@ -162,6 +163,7 @@ d = benedict(existing_dict, keypath_separator='/')
162163

163164
#### Change keypath separator
164165
You can change the `keypath_separator` at any time using the `getter/setter` property.
166+
165167
If any existing key contains the new `keypath_separator` an `Exception` will be raised.
166168

167169
```python

0 commit comments

Comments
 (0)