From e5a8dc684ce67578f1bac94c1a76fea659d4ace7 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Thu, 23 Aug 2007 06:37:46 +0000 Subject: docstring cut n paste correction --- Lib/bsddb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/bsddb/__init__.py b/Lib/bsddb/__init__.py index f16db19..df50bce 100644 --- a/Lib/bsddb/__init__.py +++ b/Lib/bsddb/__init__.py @@ -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 -- cgit v0.12