mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
Fix example code
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user