We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9601ff9 + 559bd8e commit 5aef1d8Copy full SHA for 5aef1d8
1 file changed
docs/quickstart.rst
@@ -56,7 +56,7 @@ Then write to the database with the `.put()` method.
56
57
>>> import cdblib
58
>>> with open('/tmp/new.cdb', 'wb') as f:
59
- ... with cdblib.Writer(f) as f:
+ ... with cdblib.Writer(f) as writer:
60
... writer.put(b'key', b'value')
61
62
As with the reader class, all keys and values are `bytes` objects.
0 commit comments