From 203b81c2a719466ed13681f0062a4426c07c7481 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 4 Nov 2019 23:16:29 -0800 Subject: Fix the reST roles of some modules. --- documentation/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.rst b/documentation/index.rst index 3a28998..b7ec275 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -586,9 +586,9 @@ Supported renames: +------------------------------+-------------------------------------+---------------------------------------+ | ``collections_abc`` | :mod:`py2:collections` | :mod:`py3:collections.abc` (3.3+) | +------------------------------+-------------------------------------+---------------------------------------+ -| ``dbm_gnu`` | :func:`py2:gdbm` | :class:`py3:dbm.gnu` | +| ``dbm_gnu`` | :mod:`py2:gdbm` | :mod:`py3:dbm.gnu` | +------------------------------+-------------------------------------+---------------------------------------+ -| ``dbm_ndbm`` | :func:`py2:dbm` | :func:`py3:dbm.ndbm` | +| ``dbm_ndbm`` | :mod:`py2:dbm` | :mod:`py3:dbm.ndbm` | +------------------------------+-------------------------------------+---------------------------------------+ | ``_dummy_thread`` | :mod:`py2:dummy_thread` | :mod:`py3:_dummy_thread` | +------------------------------+-------------------------------------+---------------------------------------+ -- cgit v1.2.1