From: Gregory P. Smith Date: Thu, 23 Aug 2007 06:37:46 +0000 (+0000) Subject: docstring cut n paste correction X-Git-Tag: v3.0a1~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5a8dc684ce67578f1bac94c1a76fea659d4ace7;p=python docstring cut n paste correction --- diff --git a/Lib/bsddb/__init__.py b/Lib/bsddb/__init__.py index f16db19cc4..df50bce5a3 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