Commit eeea700c authored by Gregory P. Smith's avatar Gregory P. Smith

docstring cut n paste correction

parent 3df7ba61
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment