mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
docstring cut n paste correction
This commit is contained in:
parent
9a3b014f31
commit
e5a8dc684c
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ class StringKeys(UserDict.DictMixin, _ExposedProperties):
|
||||||
|
|
||||||
class StringValues(UserDict.DictMixin, _ExposedProperties):
|
class StringValues(UserDict.DictMixin, _ExposedProperties):
|
||||||
"""Wrapper around DB object that automatically encodes
|
"""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):
|
def __init__(self, db):
|
||||||
self.db = db
|
self.db = db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue