Skip to content

Commit f55f514

Browse files
authored
Update README.md TYPO (#59)
1 parent 44bc381 commit f55f514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Write dicts
143143
```python
144144
with DDB.at("users").session() as (session, users):
145145
users["u3"]["age"] = 99
146-
print(DDB.at("users", key="u3").read()["age])
146+
print(DDB.at("users", key="u3").read()["age"])
147147
>>> 99
148148
```
149149
> If you do not call session.write(), changes will not be written to disk!

0 commit comments

Comments
 (0)