summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-11-04 23:16:29 -0800
committerBenjamin Peterson <benjamin@python.org>2019-11-04 23:16:29 -0800
commit203b81c2a719466ed13681f0062a4426c07c7481 (patch)
tree47b4f0c6d32e3440cea87bacda0fa6156971aaac
parenta64af38804a15e3fbdca7eb898c954bf7b3c7bae (diff)
downloadsix-git-203b81c2a719466ed13681f0062a4426c07c7481.tar.gz
Fix the reST roles of some modules.
-rw-r--r--documentation/index.rst4
1 files 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` |
+------------------------------+-------------------------------------+---------------------------------------+