Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo authored Oct 19, 2024
1 parent 5a72216 commit 58f62a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ d.keyattr_dynamic = True
> **Warning** - even if this feature is very useful, it has some obvious limitations: it works only for string keys that are *unprotected* (not starting with an `_`) and that don't clash with the currently supported methods names.
### Keylist
Wherever a **key** is used, it is possible to use also a **list (or a tuple) of keys**.
Wherever a **key** is used, it is possible to use also a **list of keys**.

```python
d = benedict()
Expand Down

0 comments on commit 58f62a5

Please sign in to comment.