Fix example code

This commit is contained in:
Andrew Noyes
2022-12-15 12:29:36 -08:00
parent ca4ce7b50f
commit f6a84244f0

View File

@@ -50,7 +50,7 @@ For example::
tr.add(key, struct.pack("<q", 1))
do_it(db)
# Clean up unique state
del tr[b"ids/" + tr_id]
del db[b"ids/" + tr_id]
This approach has several problems