Skip to content

Commit 4046bb4

Browse files
committed
Move seealso to a more prominent place in dbm
1 parent d467d92 commit 4046bb4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Doc/library/dbm.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There
1919
is a `third party interface <https://www.jcea.es/programacion/pybsddb.htm>`_ to
2020
the Oracle Berkeley DB.
2121

22+
23+
.. seealso::
24+
25+
Module :mod:`shelve`
26+
Persistence module that can store keys and values of types other than bytes.
27+
28+
2229
.. exception:: error
2330

2431
A tuple containing the exceptions that can be raised by each of the supported
@@ -136,12 +143,6 @@ then prints out the contents of the database::
136143
# db is automatically closed when leaving the with statement.
137144

138145

139-
.. seealso::
140-
141-
Module :mod:`shelve`
142-
Persistence module which stores non-string data.
143-
144-
145146
The individual submodules are described in the following sections.
146147

147148
:mod:`dbm.sqlite3` --- SQLite backend for dbm

0 commit comments

Comments
 (0)