Skip to content

Commit 58f62a5

Browse files
authored
Update README.md
1 parent 5a72216 commit 58f62a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ d.keyattr_dynamic = True
130130
> **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.
131131
132132
### Keylist
133-
Wherever a **key** is used, it is possible to use also a **list (or a tuple) of keys**.
133+
Wherever a **key** is used, it is possible to use also a **list of keys**.
134134

135135
```python
136136
d = benedict()

0 commit comments

Comments
 (0)