From 58f62a57563d0567f75b4c065eedf4c766af7617 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Sat, 19 Oct 2024 13:29:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9e7fd..bc10ba6 100644 --- a/README.md +++ b/README.md @@ -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()