Skip to content

Commit

Permalink
Update README.md TYPO (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sprocketer authored Mar 15, 2024
1 parent 44bc381 commit f55f514
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 @@ -143,7 +143,7 @@ Write dicts
```python
with DDB.at("users").session() as (session, users):
users["u3"]["age"] = 99
print(DDB.at("users", key="u3").read()["age])
print(DDB.at("users", key="u3").read()["age"])
>>> 99
```
> If you do not call session.write(), changes will not be written to disk!
Expand Down

0 comments on commit f55f514

Please sign in to comment.