summaryrefslogtreecommitdiffstats
path: root/Doc/library/shelve.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/shelve.rst')
-rw-r--r--Doc/library/shelve.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/shelve.rst b/Doc/library/shelve.rst
index 01314f4..219219a 100644
--- a/Doc/library/shelve.rst
+++ b/Doc/library/shelve.rst
@@ -94,9 +94,9 @@ Two additional methods are supported:
Restrictions
------------
- .. index::
- pair: module; dbm.ndbm
- pair: module; dbm.gnu
+.. index::
+ pair: module; dbm.ndbm
+ pair: module; dbm.gnu
* The choice of which database package will be used (such as :mod:`dbm.ndbm` or
:mod:`dbm.gnu`) depends on which interface is available. Therefore it is not