We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e782fad commit b1b9a9bCopy full SHA for b1b9a9b
Doc/library/dbm.rst
@@ -174,9 +174,6 @@ or any other SQLite browser, including the SQLite CLI.
174
implements a :meth:`!close` method,
175
and supports a "closing" context manager via the :keyword:`with` keyword.
176
177
- Neither keys nor values are coerced to a specific type
178
- before being stored in the database.
179
-
180
:param filename:
181
The path to the database to be opened.
182
:type filename: :term:`path-like object`
0 commit comments