Updated README. [ci skip]

This commit is contained in:
Fabio Caccamo 2019-07-10 14:36:51 +02:00
parent c725633392
commit 85dc3e6c5b
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ d = benedict(existing_dict)
If the existing dict keys contain the keypath separator a `ValueError` will be raised.
In this case you need to use a [custom keypath separator](#custom-keypath-separator).
In this case you should need to use a [custom keypath separator](#custom-keypath-separator).
### Keypath
`.` is the default keypath separator.
@ -133,7 +133,7 @@ d.filter(predicate)
```
#### Parse methods
These methods are wrappers of the `get` method, and they will parse data trying to return it in the expected type.
These methods are wrappers of the `get` method, they parse data trying to return it in the expected type.
- ##### get_bool