Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index 5b69fe7..0162779 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -5,18 +5,12 @@
    :synopsis: Common string operations.
 
 
-.. index:: module: re
-
-The :mod:`string` module contains a number of useful constants and classes
-for string formatting.  In addition, Python's built-in string classes
-support the sequence type methods described in the :ref:`typesseq`
-section, and also the string-specific methods described in the
-:ref:`string-methods` section.  To output formatted strings, see the
-:ref:`string-formatting` section.  Also, see the :mod:`re` module for
-string functions based on regular expressions.
-
 .. seealso::
 
+   :ref:`typesseq`
+
+   :ref:`string-methods`
+
    Latest version of the :source:`string module Python source code
    <Lib/string.py>`