Skip to content

Commit

Permalink
Update README.md. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Mar 8, 2023
1 parent 201ae6a commit 39301e7
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 @@ -90,7 +90,7 @@ page = params.get_int("page", 1)
It is possible to get/set items using **keys as attributes** (dotted notation).

```python
d = benedict(keyattr_enabled=True)
d = benedict()
d.profile.firstname = "Fabio"
d.profile.lastname = "Caccamo"
print(d) # -> { "profile":{ "firstname":"Fabio", "lastname":"Caccamo" } }
Expand Down

0 comments on commit 39301e7

Please sign in to comment.