Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3b014 commit e5a8dc6Copy full SHA for e5a8dc6
1 file changed
Lib/bsddb/__init__.py
@@ -355,7 +355,7 @@ def sync(self):
355
356
class StringValues(UserDict.DictMixin, _ExposedProperties):
357
"""Wrapper around DB object that automatically encodes
358
- all keys as UTF-8; the keys must be strings."""
+ and decodes all values as UTF-8; input values must be strings."""
359
360
def __init__(self, db):
361
self.db = db
0 commit comments