diff options
Diffstat (limited to 'Doc/library/string.rst')
-rw-r--r-- | Doc/library/string.rst | 12 |
1 files changed, 3 insertions, 9 deletions
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,17 +5,11 @@ :synopsis: Common string operations. -.. index:: module: re +.. seealso:: -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. + :ref:`typesseq` -.. seealso:: + :ref:`string-methods` Latest version of the :source:`string module Python source code <Lib/string.py>` |