Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5a8dc6

Browse files
committed
docstring cut n paste correction
1 parent 9a3b014 commit e5a8dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/bsddb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def sync(self):
355355

356356
class StringValues(UserDict.DictMixin, _ExposedProperties):
357357
"""Wrapper around DB object that automatically encodes
358-
all keys as UTF-8; the keys must be strings."""
358+
and decodes all values as UTF-8; input values must be strings."""
359359

360360
def __init__(self, db):
361361
self.db = db

0 commit comments

Comments
 (0)