docstring cut n paste correction

This commit is contained in:
Gregory P. Smith 2007-08-23 06:37:46 +00:00
parent 9a3b014f31
commit e5a8dc684c
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ class StringKeys(UserDict.DictMixin, _ExposedProperties):
class StringValues(UserDict.DictMixin, _ExposedProperties):
"""Wrapper around DB object that automatically encodes
all keys as UTF-8; the keys must be strings."""
and decodes all values as UTF-8; input values must be strings."""
def __init__(self, db):
self.db = db