]> granicus.if.org Git - python/commitdiff
docstring cut n paste correction
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 23 Aug 2007 06:37:46 +0000 (06:37 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 23 Aug 2007 06:37:46 +0000 (06:37 +0000)
Lib/bsddb/__init__.py

index f16db19cc4c330b4a80131e5796412aaeb3dcf98..df50bce5a3b719f304b3b0e0c44c1af94c825e30 100644 (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