We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bc381 commit f55f514Copy full SHA for f55f514
1 file changed
README.md
@@ -143,7 +143,7 @@ Write dicts
143
```python
144
with DDB.at("users").session() as (session, users):
145
users["u3"]["age"] = 99
146
-print(DDB.at("users", key="u3").read()["age])
+print(DDB.at("users", key="u3").read()["age"])
147
>>> 99
148
```
149
> If you do not call session.write(), changes will not be written to disk!
0 commit comments